Check Boxes Form
The check boxes form allows you to create a form where multiple options can be selected by a user.
Inputs
The following table describes parameters for this form:
Parameters | Data Type | Description |
---|---|---|
Choices | String[] | Click the ellipsis button to open the String Collection Editor dialog box. Enter label names for each check box displayed in the form. Note: The length of the array determines the number of check boxes displayed on the form. |
Prompt | String | Enter a heading to be displayed above the check box list. |
Outputs
The following table describes parameters for this form:
Parameters | Data Type | Description |
---|---|---|
Return Choices | String[] | Displays the label names of the checked boxes. |