Files
medusa-store/www/apps/ui/specs/components/RadioGroup/RadioGroup.ChoiceBox.json
2025-08-20 12:36:57 +03:00

27 lines
684 B
JSON

{
"description": "This component is based on the [Radix UI Radio Group Item](https://www.radix-ui.com/primitives/docs/components/radio-group#item) primitives.",
"methods": [],
"displayName": "RadioGroup.ChoiceBox",
"props": {
"label": {
"required": true,
"tsType": {
"name": "string"
},
"description": "The label for the radio button."
},
"description": {
"required": true,
"tsType": {
"name": "string"
},
"description": "The description for the radio button."
},
"value": {
"description": "The value of the radio button.",
"tsType": {
"name": "string"
}
}
}
}