CheckboxGroup() — ui Function Reference
Architecture documentation for the CheckboxGroup() function in checkbox-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 3a639fb0_cd0f_b3e3_d02c_3482b7df0deb["CheckboxGroup()"] bc4dd4a3_3802_c072_36f2_265fd2bdee0f["checkbox-example.tsx"] 3a639fb0_cd0f_b3e3_d02c_3482b7df0deb -->|defined in| bc4dd4a3_3802_c072_36f2_265fd2bdee0f style 3a639fb0_cd0f_b3e3_d02c_3482b7df0deb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/checkbox-example.tsx lines 216–260
function CheckboxGroup() {
return (
<Example title="Group">
<Field>
<FieldLabel>Show these items on the desktop:</FieldLabel>
<Field orientation="horizontal">
<Checkbox id="finder-pref-9k2-hard-disks-ljj" />
<FieldLabel
htmlFor="finder-pref-9k2-hard-disks-ljj"
className="font-normal"
>
Hard disks
</FieldLabel>
</Field>
<Field orientation="horizontal">
<Checkbox id="finder-pref-9k2-external-disks-1yg" />
<FieldLabel
htmlFor="finder-pref-9k2-external-disks-1yg"
className="font-normal"
>
External disks
</FieldLabel>
</Field>
<Field orientation="horizontal">
<Checkbox id="finder-pref-9k2-cds-dvds-fzt" />
<FieldLabel
htmlFor="finder-pref-9k2-cds-dvds-fzt"
className="font-normal"
>
CDs, DVDs, and iPods
</FieldLabel>
</Field>
<Field orientation="horizontal">
<Checkbox id="finder-pref-9k2-connected-servers-6l2" />
<FieldLabel
htmlFor="finder-pref-9k2-connected-servers-6l2"
className="font-normal"
>
Connected servers
</FieldLabel>
</Field>
</Field>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does CheckboxGroup() do?
CheckboxGroup() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/checkbox-example.tsx.
Where is CheckboxGroup() defined?
CheckboxGroup() is defined in apps/v4/registry/bases/radix/examples/checkbox-example.tsx at line 216.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free