Allows users to select a True (checked) or False (unchecked) value.
Properties
...
Field creation properties:
Label: To display on UI
Name: To save at backend, instance prefix will append in case of custom object
ReadOnly <> Read-only: You can set this field as read-only. Users can put the value in this field only while record creation
Sortable: If a user makes a field sortable, then the records Value in fields can be sorted in checked or unchecked order on the table or listview in ascending or descending orderlistview if this is set as true
Default Value: A user You can set the a default value (Check/Uncheck) to the field which can be updated or changed while creating the record
Help Text: User can enter help text for checkbox fieldThis text will be visible at the top right corner of the field as a popover
Description: User You can enter description for checkbox fieldgive the description of the field while creation
Access Feature
Queryable: Query can be performed on this field
Creatable: Record can be created with value in this field
Editable: Value in this field can be editedÂ