(Form Field) Checkbox

The check box field allows you to add a check box to the form.

Default Tab

  1. Default - when this is checked, this check box will default to checked.
  2. Validator- This will check that the checkbox is in 1 of 3 states
    1. none - this is the same a choosing nothing (it is used mainly to turn off validation)
    2. is checked - This will give an error if the checkbox IS NOT checked.
    3. is not checked - This will give an error if the checkbox IS checked.
  3. True Display String - This is the value that will be displayed in a mailer email or in the save data adapter if the box is checked.
  4. False Display String - This is the value that will be displayed in a mailer or save data adapter if the box is not checked.