CheckboxChoicesWidget

Source
import { CheckboxChoicesWidget } from "@prestojs/ui-antd";
CheckboxChoicesWidget<ValueT>(props)
Params:
ParameterTypeDescription
*
props
An object with the properties below
props.asyncChoicesAsyncChoicesInterface
props.choicePropsMap
props.choicesMap|[ValueT, string][]
*props.inputInputProps
props.metaRecord
...any
Any properties from CheckboxGroupProps
Returns:React.ReactElement

Examples

Basic Usage