Radio Button
A radio button allows the user to select an option by clicking a button.
To Add a Radio Button:
- Click Radio Button
and drag it to the workspace.
- Click the Text
property and type a label title.
- Click the Field
property and assign a field ID.
- Click the CheckedValue property and type the value to save into the loan when the radio
button is selected.
Note:
If you have a group of radio buttons that you want to work together, but
you do not want to assign field IDs, select each radio button and set
the same GroupName property.
Then you can integrate the group into custom event code.
Radio
Button Properties