Interface IRadioProps<Value>
Properties
Optional checked
checked: boolean
Optional children
children: ReactNode
Optional className
className: string
Optional disabled
disabled: boolean
Optional onChange
onChange: function
Optional readOnly
readOnly: boolean
Optional style
style: CSSProperties
Optional value
value: Value
Optional width
width: number | string