Radio(props: RadioProps & RefAttributes<HTMLInputElement>): ReactNode Parameters
- props: RadioProps & RefAttributes<HTMLInputElement>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: any
A single radio built on a native
<input type="radio">, label-wrapped.