label |
string
|
<optional>
|
The label text of the radio. |
checked |
boolean
|
<optional>
|
Specifies true if you want to check the radio. |
className |
string
|
<optional>
|
The class name that is added to the root element. |
disabled |
boolean
|
<optional>
|
Specifies true if you want to disable the radio.
Default to false . |
disablesMdcInstance |
boolean
|
<optional>
|
Specifies true if you do not want to
instantiate MDC Component. Default to false . |
supportsTouch |
boolean
|
<optional>
|
Whether to support touch in Material Design
specification. Material Design spec advises that touch targets should be at least 48 x 48 px. |
mdcRadioRef |
React.MutableRefObject
|
<optional>
|
MutableRefObject which bind an
MDCRadio instance to. The instance is not bind if props.disablesMdcInstance is true . |
mdcFormFieldRef |
React.MutableRefObject
|
<optional>
|
MutableRefObject which bind an
MDCormField instance to. The instance is not bind if props.disablesMdcInstance is true . |