
The RadioButtonGroupByKey element groups multiple radio buttons in a table. Unlike UI element CheckBoxGroup , this UI element allows the selection of one element only.
Description of the UI Element Properties
activateAccessKey
Indicates whether access key for this control is activated. More information: Enabling Access Keys
accessiblityDescription
When accessibility is activated, 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.
colCount
Specifies the number of columns in which the radio button UI elements are displayed.
explanation
Specifies the explanation text. More information: Explanation.
readOnly
Specifies whether or not the user can select a radio button within the radio button group.
selectedKey
Specifies the path to the context attribute that stores the currently selected key. The context node must contain a context attribute y . The attribute is assigned to a data type that can contain a value set. The selected keys of the RadioButtonGroupByKey are the values of this value set. The texts to be displayed are the corresponding descriptions. The currently selected key is identical to the current value of the attribute y . Property selectedKey is bound to context attribute y .
state
Describes the error status of the UI element. Property state can take the values normal and required , and it is represented by enumeration type WDState .
textDirection
Specifies the text direction and allows you to use a check box for texts in languages which require a specific text direction. Property textDirection is represented by enumeration type WDTextDirection .
width
Specifies the width of the UI element that you can specify in CSS sizes, such as em, ex, pixels or percentage values.
Events
onSelect
This event is triggered when the RadioButtonGroupByKey is selected. Event parameter: Type ; key: String