Checkbox
Field to store boolean values
The field of type checkbox is used to store boolean values (true or false). It display a <input type="checkbox"> in the UI.
Example
{
name: "draft",
type: "checkbox",
}
Available options
This field only has the common options.