Radio Button
Single-select radio. Public API maps Figma Radio Button + Label; circle chrome from Radio Buttons Block.
⌥-click (Option/Alt) nested elements to edit their props
Appearance
State
Props — Radio
View MUI docs| Prop | Type | Description |
|---|---|---|
size | "large" | "medium" | "small" | "extraSmall" | Circle and label scale. |
labelStyle | "thin" | "thick" | thin = regular; thick = semibold. |
label | ReactNode | Label beside the radio. |
checked | boolean | Controlled selected state. |
value | string | Option value in a radio group. |
disabled | boolean | Disables interaction. |
onChange | (event) => void | Called when selection changes. |