!--a11y-->
Properties of a Radio Button
Control 
You need to specify the following properties for a radio button control.
Radio Button Property |
Action |
Anchor |
Choose the anchor containing the data source reference. The anchor must be the same as the anchor assigned to the radio-button group control. |
BO Attribute Value |
Enter a value for each radio button. At runtime, when the user selects this radio button, this value is passed to the radio button group and stored in the database.
You can enter 1, 2 and 3 as the value of the BO Attribute for the three radio buttons of a radio button group. |
Group |
This field contains the name radio button group. Ii is read-only. |
Label |
Enter a name to be used as the label of the radio button field. |
Name |
Enter a name with the assigned namespace. This name is used to access this control in the code. |
Group |
If you drag the radio button and drop it on a radio button group, the name is displayed here. You can also enter the name of the radio button group. |
Odinal |
Enter a number to determine the order in which the radio button controls are accessed using the Tab key in the radio button group control. |
Top, Left, Bottom, Right (Req.) |
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: