Skip to content

Radio

Radio button with group support.

Import

tsx
import { ZRadio } from "@zurto/ui";

Usage

tsx
<ZRadio name="choice" value="a" label="Option A" />
<ZRadio name="choice" value="b" label="Option B" />

Props

PropTypeDefaultDescription
namestringGroup name
valuestringRadio value
checkedbooleanfalseChecked state
labelstringLabel text

Released under the MIT License.