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