Radio Button

A radio button allows the user to select an option by clicking a button.

To Add a Radio Button:

  1. Click Radio Button and drag it to the workspace.
  2. Click the Text property and type a label title.
  3. Click the Field property and assign a field ID.
  4. 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