RadioGroupDisabled() — ui Function Reference
Architecture documentation for the RadioGroupDisabled() function in radio-group-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD d76596a2_09dd_eecc_81e5_4dccf0f3de88["RadioGroupDisabled()"] e09732a2_ec70_d8cf_a515_889fb2bd98e8["radio-group-example.tsx"] d76596a2_09dd_eecc_81e5_4dccf0f3de88 -->|defined in| e09732a2_ec70_d8cf_a515_889fb2bd98e8 style d76596a2_09dd_eecc_81e5_4dccf0f3de88 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/radio-group-example.tsx lines 164–189
function RadioGroupDisabled() {
return (
<Example title="Disabled">
<RadioGroup defaultValue="option2" disabled>
<Field orientation="horizontal">
<RadioGroupItem value="option1" id="disabled-1" />
<FieldLabel htmlFor="disabled-1" className="font-normal">
Option 1
</FieldLabel>
</Field>
<Field orientation="horizontal">
<RadioGroupItem value="option2" id="disabled-2" />
<FieldLabel htmlFor="disabled-2" className="font-normal">
Option 2
</FieldLabel>
</Field>
<Field orientation="horizontal">
<RadioGroupItem value="option3" id="disabled-3" />
<FieldLabel htmlFor="disabled-3" className="font-normal">
Option 3
</FieldLabel>
</Field>
</RadioGroup>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does RadioGroupDisabled() do?
RadioGroupDisabled() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/radio-group-example.tsx.
Where is RadioGroupDisabled() defined?
RadioGroupDisabled() is defined in apps/v4/registry/bases/base/examples/radio-group-example.tsx at line 164.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free