Radio Button

The key Radio Button properties are:

  • Group Name. Groups radio buttons, so that you can reference them in scripting and get the value for the group. Grouping radio buttons also ensures that only one can have a value.
  • Value. The value held by the radio button, and trurned when accessed in scripting.
  • Checked. The default state. Selected value is true.

Scripting events: OnClick and OnChange.

Article last edited 16 March 2017