{
  "type": "checkbox",
  "id": "show_title",
  "label": "Show section title",
  "default": true,
  "info": "You can display just an image or the full text"
}
The checkbox input type allows users to toggle a boolean value on or off.

Properties

type
string
required
Must be set to “checkbox”.
id
string
required
Unique identifier for the setting.
label
string
required
The label shown next to the checkbox.
default
boolean
Default state of the checkbox. Default is false.
info
string
Additional information shown below the checkbox.
kiwi_extra
object
Additional properties for the checkbox. Currently supported:
  • hidden: Boolean value, indicates whether this setting should be displayed in Theme Editor’s configuration bar
  • validations: Apply validations to this setting before saving. Currently supported:
    • required: Boolean value. If true, this checkbox must be checked to be valid