Yes/No Form

The yes or no form allows a user to select either yes or no in a form.

Inputs

The following table describes parameters for this form:

ParametersData TypeDescription
Default ChoiceBooleanIf set to True, the default choice in the form is Yes. If set to False, the default choice in the form is No.

You can also update this value by writing to it within a Form activity.

NoStringEnter a label name for this radio button displayed in the form.
PromptStringEnter a heading to display above the radio button list.
YesStringEnter a label name for this radio button displayed in the form.

Outputs

The following table describes parameters for this form:

ParametersData TypeDescription
ChoiceBooleanDisplays the user's selected choice between yes or no.