componente · @solu30/ui-kit/input
RadioGroupRoot
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { RadioGroupRoot } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| value | opcional | string | Controlled selected value. |
| defaultValue | opcional | string | Initial value for uncontrolled mode. |
| onValueChange | opcional | (value: string) => void | Called when the selected value changes. |
| disabled | opcional | boolean | Disables all items in the group. |