Check Boxes in Web Forms

You can use the Designer to create basic HTML forms with check boxes.

Properties

AttributeValueDescription
NameUser-defined alphanumeric string (A-Z, a-z, 0-9)Specifies a unique identifier that is displayed in a workflow's Form activity. You can then bind properties associated with the selected form field.
LabelUser-defined alphanumeric string (A-Z, a-z, 0-9)Specifies descriptive text on the form control that is displayed to the operator.
RequiredUser-defined; BooleanSelect one of the following options:
  • True, to ensure the operator enters a value in the form. If no value is entered, the form cannot be submitted.
  • False, to give the operator the option to enter a value in the form. If no value is entered, there is no effect on form submission.
Auto CheckUser-defined; BooleanSelect one of the following options:
  • True, to display a check box to the operator that is already marked with a check mark.
  • False, to display a check box to the operator that is clear. The operator is responsible for selecting the box in the form at run time.