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:
Parameters | Data Type | Description |
---|---|---|
Default Index | Int | Specifies 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. |
Labels | String[] | 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. |
Prompt | String | Enter a heading to display above the radio button list. |
Outputs
The following table describes parameters for this form:
Parameters | Data Type | Description |
---|---|---|
Chosen Index | Int32 | Displays the index of the selected radio buttons. |
Chosen Label | String | Displays the label names of the selected radio buttons. |