BooleanWidget

Source
import { BooleanWidget } from "@prestojs/ui-antd";
BooleanWidget(props)

Component Props:

PropTypeDescription
*
props
An object with the properties below
*props.inputInputProps
...any
Any properties from Checkbox except for these:
  • checked

Examples

Basic Usage