Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Radio Component gives a user a list of options to choose from, presented in a group of radio buttons on your form.  Note 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.

It's common practice for a radio styled input to have a default value.  Since available options are always defined by the form designer, you will need to provide a default value on the Data tab of the Component's settings.  For example:

Given the Radio Component defined above, expect the values list identified below.

To set a default selection, provide the value in the Default Value textbox on the Data tab.

  • No labels