RadioButtonGroupByKey Properties
● accessibilityDescription
Once you have activated accessibility, the assigned text is added to the quick info. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.
This property can be personalized by an administrator.
● colCount
Specifies the number of columns in which the RadioButtonGroup elements are grouped.
This property can be personalized by an administrator.
● keyVisible
The keys are also listed in the RadioButtonGroup box.

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 RadioButtons in the RadioButtonGroup, 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
Value from the value set that is selected in the list displayed in 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 interface element |
no |
required |
The value must be entered |
yes |
● 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 |
● width
Width of the interface element, specified in CSS sizes, such as em, ex, pixel, or percent. See Legend.
This property can be personalized by an administrator.
