Boolean
The boolean widget translates a toggle switch input to a true/false value.
- Name:
boolean - UI: toggle switch
- Data type: boolean
- Options:
default: acceptstrueorfalse; defaults tofalse
- Example:
- {label: "Draft", name: "draft", widget: "boolean", default: true}