The check box field allows you to add a check box to the form.
Default Tab
- Default - when this is checked, this check box will default to checked.
- Validator- This will check that the checkbox is in 1 of 3 states
- none - this is the same a choosing nothing (it is used mainly to turn off validation)
- is checked - This will give an error if the checkbox IS NOT checked.
- is not checked - This will give an error if the checkbox IS checked.
- 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.
- False Display String - This is the value that will be displayed in a mailer or save data adapter if the box is not checked.