CodeAI

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
PropTypeDescription
size"large" | "medium" | "small" | "extraSmall"Circle and label scale.
labelStyle"thin" | "thick"thin = regular; thick = semibold.
labelReactNodeLabel beside the radio.
checkedbooleanControlled selected state.
valuestringOption value in a radio group.
disabledbooleanDisables interaction.
onChange(event) => voidCalled when selection changes.