The Check Box element is used for specifying fields that can only have only two options (i.e true or false).
The following properties are available for a Check box element
General Tab
Property Name |
Description |
Name |
Property used the describe the name of the Text Field. In addition if this element is to become a search field, this property then become the label for the search field in the form This is a required field |
Value |
This optional property is for storing the value for the text field element. It can also be used as a default value |
Checked |
Indicates if the default value for the field element checked or not checked. |
SearchField |
This optional property is used to specify if the element is to be included in the search form in the Workflow Manager module. |
ReportFieldName |
Name to display in Reports for more meaningful name of the element. When displaying in Reports if this property is not specified the Name property is used instead |
FieldGroupName |
This property represents the Name of the Group the field element belongs to. FieldGroupName property is generally used with Conditional Visibility where it could be applied to a group of field elements with the same FieldGroupName value. |
Data Storage Tab
Refer to here for more information each property of the DataStorage tab
Layout Tab

Property Name |
Description |
Class |
Name of the CSS style class. Some the CSS classes available for use are • Normal • Head • SubHead • SubSubHead • NormalRed • NormalBold • Refer to the module style sheet and/or skin style sheet for more available CSS classes. It is also possible to reference external CSS style sheets by adding a link reference via the HTML element.
|
Disabled |
Indicates if the field element is displayed in read-only mode preventing users from making changes to the value of the field |
Hidden |
Indicates if the field element is rendered hidden via CSS (i.e. Display=None) |
Style |
Additional CSS styles to include the field. Please refer to here for more information on CSS styles. |
Tooltip |
Property to display an inline help message when the mouse pointer hovers over the field element |
Databinding Tab
Refer to here for more information each property of the Databinding tab
Client Action Tab
Refer to here for more information each property of the Client Action tab
Conditional Binding Tab
Refer to here for more information each property of the Conditional Binding tab
Conditional Visibility Tab
Refer to here for more information each property of the Conditional Visibility tab
Validation Tab
Refer to here for more information each property of the Validation tab