Develop > Tailoring Best Practice Guide > Form tailoring > Selecting values from options on a form

Selecting values from options on a form

Forms Designer offers two controls that allow users to select a value from a list of options on the form.

  • Radio Button
  • Checkbox

You can determine which of these two controls to use by determining if the options on the form are mutually exclusive.

If you want users to select one value from a list of mutually exclusive values, then list each option as a Radio Button control. See Radio Button.

If you want users to select a true or false value for one particular option, then use a Checkbox control for the option. See Check Box.