Skip to content

ZRadio

Radio component from zurto-ui.

Preview

Import

typescript
import { ZRadio } from "zurto-ui";

Props

PropTypeDefaultDescription
labelstring-Radio label
valuestring-Radio value
namestring-Group name

Sizes

tsx
<ZRadio size="sm">Small</ZRadio>
<ZRadio size="md">Medium</ZRadio>
<ZRadio size="lg">Large</ZRadio>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.