Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Radio Component gives a user a list of options to choose from, presented in a group of radio buttons on your form.  Radio Components will never allow for more than one selection.  If you are looking to enable selection of multiple options, consider using a Select BoxNote that the value, submitted with the form and accessible from the data object in any rules, does not necessarily need to match the value displayed.  If you intended on mapping the selected value of a Radio, or intend on making any logic decisions based on the selected value, you will need to make sure the Value property is known and what you would expect.

...