CheckBox Properties 
explanation
Help text displayed when the help mode is activated.
More information: Help Texts for Web Dynpro Applications
This property can be personalized by administrators.
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).
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 |
|
Normal status of the interface element |
No |
required |
|
The value must be entered. The CheckBox is displayed with a star.
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.