CheckBox
Overview
The CheckBox control type will create a checkbox for a boolean field on the container. Checking the checkbox will set the value to true, unchecking it will set it to false. If the field is null, the checkbox will be unchecked. To allow setting a boolean field to null, use the YesNo control type.

Required Fields
-
Name: The name of the field saved to the database.
-
Type: Must be set to
System.Boolean. -
ControlType: Must be set to
CheckBox.
Optional Fields
-
CustomIndex: Settings for one or more indexes to create on the database that include this column.
-
Description: Optional further details about the field.
-
DisplayName: The name that will be shown for the field above the input box. This can be any string. If no DisplayName is provided, Name will be shown.
-
UniqueConstraint (deprecated)
-
UniqueConstraintScopeToParent (deprecated)