| radio_group |
component |
ts |
ui |
1.0.0 |
impure |
RadioGroup(props: RadioGroupProps): JSX.Element |
Grupo de opciones exclusivas accesible. Mantine Radio.Group + Radio. |
| radio |
| radio-group |
| component |
| ui |
| interactive |
| form |
| mantine |
|
|
|
|
false |
|
|
Componente RadioGroup que renderiza grupo de opciones exclusivas accesible |
false |
|
|
frontend/functions/ui/radio_group.tsx |
| name |
type |
required |
description |
| value |
string |
false |
Valor seleccionado (controlado) |
|
| name |
type |
required |
description |
| defaultValue |
string |
false |
Valor inicial (no controlado) |
|
| name |
type |
required |
description |
| onValueChange |
(value: string) => void |
false |
Callback al cambiar seleccion |
|
| name |
type |
required |
description |
| disabled |
boolean |
false |
Deshabilita todo el grupo |
|
| name |
type |
required |
description |
| orientation |
'horizontal' | 'vertical' |
false |
Orientacion del grupo |
|
|
|
false |
react |
|