Skip to content

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.

CheckBox

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