!--a11y-->
Properties of a Radio Button Group
Control 
You need to specify the following properties for a radio button group control.
Radio Button Group Property |
Action |
|
Anchor |
Choose the anchor to reference the data source for this control. If the property you want to associate with this control is not contained in the data source, you can change the anchor. |
|
BO Attribute |
Specify the data source property that you want to associate with this control. You can also select a different property of a data source in the Anchor property field. |
|
Label |
Enter a name to be displayed as the label for the set of radio buttons. There are separate labels for each of the radio buttons. |
|
Mode |
Set the mode for the control. The default setting is based on the attribute value of the business object property or business query property. |
|
If set to … |
Then … |
|
Normal |
The data displays and the user can select a value in the radio button group fields at runtime. |
|
Readonly |
The radio button group displays read-only information at runtime. |
|
Hidden |
The radio button group does not display at runtime. |
|
Mandatory |
The user must select a radio button control at runtime. |
|
The mode can change at runtime based on the mode set for the data source property. For example, you have set the mode to Normal. If the business object property is Readonly, the control changes the mode at runtime. |
||
Name |
Enter a name with the assigned namespace. This name will be used while accessing this control within the code. |
|
Tab Order |
Enter a number to determine the order in which the control is selected using the Tab key to navigate in a tile. |
|
Top, Left, Bottom, Right |
Set the coordinates based on the position of the control.
You cannot change the value of the Bottom property. Its value is always equal to the value of the Top property plus a fixed number. |
|
See also: