CheckboxChoicesWidget
Sourceimport  { CheckboxChoicesWidget } from "@prestojs/ui-antd";
Component Props:
| Prop | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.choiceProps | |||
| props.choices | |[ValueT, string][] | ||
| * | props.input | InputProps | |
| ... | any | Any properties from Checkbox.Group | |