ZRadio
Radio component from zurto-ui.
Preview
Import
typescript
import { ZRadio } from "zurto-ui";Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Radio label |
value | string | - | Radio value |
name | string | - | 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