Home / Function/ CheckboxBasic() — ui Function Reference

CheckboxBasic() — ui Function Reference

Architecture documentation for the CheckboxBasic() function in checkbox-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  03b6cf4a_a792_916e_96a7_21085f51629a["CheckboxBasic()"]
  bc4dd4a3_3802_c072_36f2_265fd2bdee0f["checkbox-example.tsx"]
  03b6cf4a_a792_916e_96a7_21085f51629a -->|defined in| bc4dd4a3_3802_c072_36f2_265fd2bdee0f
  style 03b6cf4a_a792_916e_96a7_21085f51629a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/checkbox-example.tsx lines 41–50

function CheckboxBasic() {
  return (
    <Example title="Basic">
      <Field orientation="horizontal">
        <Checkbox id="terms" />
        <FieldLabel htmlFor="terms">Accept terms and conditions</FieldLabel>
      </Field>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does CheckboxBasic() do?
CheckboxBasic() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/checkbox-example.tsx.
Where is CheckboxBasic() defined?
CheckboxBasic() is defined in apps/v4/registry/bases/radix/examples/checkbox-example.tsx at line 41.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free