Radio Button Group and Radio Button
Properties of Radio Button Group
- Id - unique identifier of the control
- Columns - number of radio buttons allowed in one row
- GridData(LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details
- Bound Sel. Index - Bound Field to hold the index of a selected radio button in a group (e.g. in a set of 3 Radio Buttons and the middle one is selected, the value of this field will be set to 1.)
- Binding Type - select Buttons by default
- Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property
- Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
- Mandatory - set a boolean value or a variable with type boolean from the Model to control the mandatory property.
Advanced - properties of the control not available in the above list can be added here.
Setting Additional Properties provides further information about the Advanced property
Properties of Radio Button
- Id - unique identifier of the control
- Label - text to be displayed beside the Radio Button
- Bound Field - the Field Name of Boolean type that links the Control to the Data Model.
- Set Fields if true - sets the Bound Fields values if the Radio Button is selected
- Set Fields if false - sets the Bound Fields values if the Radio Button is not selected
- Action if true - execute an action if the Radio Button is selected. A common application of this is calling a Javascript Function.
- Action if false - execute an action if the Radio Button is not selected. A common application of this is calling a Javascript Function.
- Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property
Advanced - properties of the control not available in the above list can be added here.
Setting Additional Properties provides further information about the Advanced property
Step-by-step guide
How to add a Radio Button Group
- Right click on a Form Element and select Add RadioButtonGroup
- A Radio Button Group control has been added
- Right click on the created Radio Button Group and select Add RadioButton.
- A Radio Button has been added. Multiple radio buttons can further be added depending on the requirements.
Related articles
IQX Business Solutions - FAB 3.10