RadioButton Properties
● activateAccessKey
Activation of access keys.
This property can be personalized both by a user and by an administrator.
● explanation
Help text that is displayed when the help mode is activated.
See Help Texts in and for Web Dynpro Applications
This property can be personalized by an administrator.
● keyToSelect
Value of the key used to select this RadioButton.
● keyVisible
The key is also selected with the RadioButton.

Note that this property is not visible to the API, which means it cannot be changed by application developers.
● readOnly
Specifies whether the user can select the RadioButton or whether it only is to be displayed as read-only.
This property
can be personalized by an administrator.
In personalization, this property
can be assigned the value true
● selectedKey
Path to the context attribute that stores the selected key.
● state
Error status of the interface element.
This property can be personalized by an administrator.
Value |
Description |
Can be set using personalization |
normal |
Normal status of the interface element |
No |
required |
The value must be entered |
Yes |
● text
Text located next to the RadioButton.
This property can be personalized by an administrator.
● textDirection
Text or writing direction.
This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Arabic or Hebrew, as opposed to LTR for languages like English.
This property can be personalized by an administrator.
Value |
Description |
Can be set using personalization |
INHERIT |
The text direction is inherited from the parent element. Therefore, the text direction is identical to that of the parent element. |
Yes |
LTR |
Left to right text direction |
Yes |
RTL |
Right to left text direction |
Yes |