Interface: MuiRadioItemProps
Props for the MuiRadioItem component.
Extends
Pick<RadioProps,"value"|"color"|"disabled">
Properties
color?
optionalcolor:OverridableStringUnion<"error"|"default"|"success"|"primary"|"secondary"|"warning"|"info",RadioPropsColorOverrides>
The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.
Default
'primary'
Inherited from
Pick.color
disabled?
optionaldisabled:boolean
If true, the component is disabled.
Inherited from
Pick.disabled
label?
optionallabel:string
The label for the control.
value?
optionalvalue:unknown
The value of the component. The DOM API casts this to a string.
Inherited from
Pick.value