RadioChoicesWidget

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

Examples

Basic Usage