| React.CSSProperties | — |
| string | — |
checked Whether this one is chosen. | boolean | — |
name Group name. Radios sharing one are mutually exclusive. | string | — |
| string | — |
disabled Block interaction. | boolean | — |
onToggle Called when it is picked. | () => void | — |
hoverable Highlight the row on hover. | boolean | true |
| ReactNode | — |
| ReactNode | — |
iconButtonProps Props forwarded to the icon button beside the label. | IconButtonProps | — |
| …and every React.InputHTMLAttributes prop | inherited | — |