RadioButtonGroupByKey Properties
● accessibilityDescription
Once you have activated accessibility, the assigned text is added to the quick info. This description provides semantic details of the interface element and is only read by the screen reader if the user focuses the complete interface element.
This property can be personalized by an administrator.
● activateAccessKey
Activation of access keys.
This property can be personalized by an administrator or a user.
● colCount
Number of columns in which the individual RadioButtonGroup elements are displayed.
This property can be personalized by an administrator.
● keyVisible
The keys are also listed with the entries in the RadioButtonGroup.

Note that this property is not visible in the API, which means it cannot be changed by application developers.
● readOnly
Specifies whether the user can select RadioButtons in the RadioButtonGroup, or whether it only is to be displayed as read-only.
This property
can be personalized by an administrator.
Personalization can be used to
give this property the value ‘true’.
● selectedKey
Value from the value set that is selected in the list of the RadioButtonGroup.
● state
Input status.
This property can be personalized by an administrator.
Value |
Description |
Can be set using personalization |
normal |
Normal status of the UI element |
No |
required |
A value must be entered |
Yes |
● textDirection
Text or writing direction.
This enables labels of interface elements to be read in other languages that have a specific text direction. For example, Hebrew and Arabic are RTL languages, unlike English, which is an LTR language.
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 and has the same text direction. |
Yes |
LTR |
Left to right text direction |
Yes |
RTL |
Right to left text direction |
Yes |
● width
Width of the interface element. More information: Methods and Properties of UI Elements.
This property can be personalized by an administrator.