mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 01:58:59 +08:00
19 lines
316 B
Markdown
19 lines
316 B
Markdown
---
|
|
id: boolean
|
|
title: Boolean
|
|
sidebar_label: Boolean
|
|
---
|
|
|
|
## `validation`
|
|
|
|
* `required` Should this field be compulsory.
|
|
* `requiredMessage` Message to be displayed as a validation error.
|
|
|
|
---
|
|
|
|
The widget that gets created is
|
|
- `SwitchField` simple boolean switch
|
|
|
|
Links:
|
|
- [API](api/interfaces/booleanproperty.md)
|