checkbox-basic.tsx — ui Source File
Architecture documentation for checkbox-basic.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR cfac5930_581b_a796_bc7b_96adb91dbba5["checkbox-basic.tsx"] 701738bf_cdcf_955d_1e15_8125ef50e18b["checkbox"] cfac5930_581b_a796_bc7b_96adb91dbba5 --> 701738bf_cdcf_955d_1e15_8125ef50e18b e6c524b5_d047_d4f9_50b2_7f100d612cb2["field"] cfac5930_581b_a796_bc7b_96adb91dbba5 --> e6c524b5_d047_d4f9_50b2_7f100d612cb2 style cfac5930_581b_a796_bc7b_96adb91dbba5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Checkbox } from "@/examples/base/ui/checkbox"
import { Field, FieldGroup, FieldLabel } from "@/examples/base/ui/field"
export function CheckboxBasic() {
return (
<FieldGroup className="mx-auto w-56">
<Field orientation="horizontal">
<Checkbox id="terms-checkbox-basic" name="terms-checkbox-basic" />
<FieldLabel htmlFor="terms-checkbox-basic">
Accept terms and conditions
</FieldLabel>
</Field>
</FieldGroup>
)
}
Domain
Subdomains
Functions
Dependencies
- checkbox
- field
Source
Frequently Asked Questions
What does checkbox-basic.tsx do?
checkbox-basic.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in checkbox-basic.tsx?
checkbox-basic.tsx defines 1 function(s): CheckboxBasic.
What does checkbox-basic.tsx depend on?
checkbox-basic.tsx imports 2 module(s): checkbox, field.
Where is checkbox-basic.tsx in the architecture?
checkbox-basic.tsx is located at apps/v4/examples/base/checkbox-basic.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free