Radio Buttons Form

The radio buttons form allows you to create a form with multiple options for a user to choose from.

Inputs

The following table describes parameters for this form:

ParametersData TypeDescription
Default IndexIntSpecifies the index of the initially selected radio button. If this number is less than zero, then the first is used. If this number is greater than the number of buttons, the last number is used.
You can also update this value by writing to it within a Form activity.
Note: Any new value must coincide with the available indexes.
LabelsString[]Click the ellipsis button to open the String Collection Editor dialog box. Enter label names for each radio button displayed in the form.
Note: The length of the array determines the number of buttons displayed on the form.
PromptStringEnter a heading to display above the radio button list.

Outputs

The following table describes parameters for this form:

ParametersData TypeDescription
Chosen IndexInt32Displays the index of the selected radio buttons.
Chosen LabelStringDisplays the label names of the selected radio buttons.