Show TOC

Background documentationCheckBox Properties Locate this document in the navigation structure

 

Note Note

The explanation iproperty is only displayed if a Label exists for the corresponding UI element.

Note the following exception:

The explanation property of an AbstractTableColumn is always displayed. If the UI element appears in a Table, and therefore has no Label, then use a AbstractTableColumn.explanation as a replacement for an explanation for the respective UI element (for example, InputField).

End of the note.
  • readOnly

    Specifies whether the user can select the CheckBox or whether it only is to be displayed as read-only.

    This property can be personalized by administrators. In personalization, this property can be assigned the value: true

  • state

    Error status of the interface element. Read the note about the required asterisk for a Label in FormLayout under Truncating Contents in the FormLayout.

    This property can be personalized by administrators.

    Value

    Example of the Visual Display

    Description

    Can be Set Using Personalization

    normal

    CheckBox.state = normal (CheckBox.state = normal)

    Normal status of the interface element

    No

    required

    CheckBox.state = required (CheckBox.state = required)

    The value must be entered. The CheckBox is displayed with a star.

    Note Note

    This value of the state property is notchecked by Web Dynpro Framework. Service functions are still available for checking required entries, see also SAP Note 948753.

    End of the note.

    Yes

  • text

    Label text that is displayed as the explanatory text within the CheckBox.

    This property can be personalized by administrators.