The CheckBox List Element provides a list of options from which the user can choose. Specify either single- or multiple-choice.
| Property Name |
Description |
| Name |
This property is used the describe the name of the Check Box List 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. |
| Options |
This property stores the list of predefined options. Use a new line for each option. The format for the options should be [value]|[text]. If no delimiter is specified, the text and the value will be the same. |
| SearchField |
This optional property is used to specify if the 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. |


