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:

ParametersData TypeDescription
ChoicesString[]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.
PromptStringEnter a heading to be displayed above the check box list.

Outputs

The following table describes parameters for this form:

ParametersData TypeDescription
Return ChoicesString[]Displays the label names of the checked boxes.