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