The check box element is used for specifying fields that have only two options (i.e. true or false).
| Property Name |
Description |
| Name |
This property is used the describe the name of the Check Box Field. In addition if this element is to become a search field, this property then becomes the label for the search field in the form. |
| Value |
This property is for storing the value for the check box field element. |
| Checked |
Indicates if the default value for this field is checked/selected. |
| SearchField |
This optional property is used to specify if the element is to be included in the search form in the Workflow Manager module. |
| Class |
Optional name of the CSS style class. |
| Disabled |
This optional property specifies if the field should be disabled. |
| Mandatory Validation |
This optional property specifies whether the field should be validated as a mandatory field. If this property is selected, an error message should also be provided. |


