CheckboxChoicesWidget
Sourceimport { CheckboxChoicesWidget } from "@prestojs/ui-antd";
Params:
Parameter | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.asyncChoices | AsyncChoicesInterface | ||
props.choiceProps | Map | ||
props.choices | Map|[ValueT, string][] | ||
* | props.input | InputProps | |
props.meta | Record | ||
... | any | Any properties from CheckboxGroupProps |
Returns:React.ReactElement