Add missing content folder
This commit is contained in:
16
website/content/docs/widgets/boolean.md
Normal file
16
website/content/docs/widgets/boolean.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: boolean
|
||||
label: "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` when `required` is set to `false`
|
||||
- **Example:**
|
||||
```yaml
|
||||
- {label: "Draft", name: "draft", widget: "boolean", default: true}
|
||||
```
|
Reference in New Issue
Block a user