/
Checkbox

Checkbox

Allows users to select a True (checked) or False (unchecked) value.

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: Value in fields can be sorted in checked or unchecked order on the listview if this is set as true

  • Default Value: You can set a default value (Check/Uncheck) to the field which can be updated or changed while creating the record

  • Help Text: This text will be visible at the top right corner of the field as a popover

  • Description: You can give 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 

Related content

Radio Button
Radio Button
More like this
Checkbox Field
More like this
Integer
Integer
More like this
Text
Text
More like this
Date
Date
More like this
Time
Time
More like this