Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 393 Bytes

boolean.md

File metadata and controls

20 lines (16 loc) · 393 Bytes
label target type
Boolean
boolean
widget

Boolean

The boolean widget translates a toggle switch input to a true/false value.

  • Name: boolean

  • UI: toggle switch

  • Data type: boolean

  • Options:

    • default: accepts true or false; defaults to false
  • Example:

    - {label: "Draft", name: "draft", widget: "boolean", default: true}