RadioChoicesWidget
Sourceimport { RadioChoicesWidget } 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 | ||
props.radioComponent | React.ComponentType | ||
... | any | Any properties from RadioGroupProps |
Returns:React.ReactElement