Home / File/ checkbox-disabled.tsx — ui Source File

checkbox-disabled.tsx — ui Source File

Architecture documentation for checkbox-disabled.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  0db5c1e8_30d5_da37_fa13_c894784855b1["checkbox-disabled.tsx"]
  0e5204ae_c5d7_cc02_3599_620cb7011a92["checkbox"]
  0db5c1e8_30d5_da37_fa13_c894784855b1 --> 0e5204ae_c5d7_cc02_3599_620cb7011a92
  b5f68436_cf6b_fba3_fb29_abf27fd13442["field"]
  0db5c1e8_30d5_da37_fa13_c894784855b1 --> b5f68436_cf6b_fba3_fb29_abf27fd13442
  style 0db5c1e8_30d5_da37_fa13_c894784855b1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Checkbox } from "@/examples/radix/ui/checkbox"
import { Field, FieldGroup, FieldLabel } from "@/examples/radix/ui/field"

export function CheckboxDisabled() {
  return (
    <FieldGroup className="mx-auto w-56">
      <Field orientation="horizontal" data-disabled>
        <Checkbox
          id="toggle-checkbox-disabled"
          name="toggle-checkbox-disabled"
          disabled
        />
        <FieldLabel htmlFor="toggle-checkbox-disabled">
          Enable notifications
        </FieldLabel>
      </Field>
    </FieldGroup>
  )
}

Subdomains

Functions

Dependencies

  • checkbox
  • field

Frequently Asked Questions

What does checkbox-disabled.tsx do?
checkbox-disabled.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-disabled.tsx?
checkbox-disabled.tsx defines 1 function(s): CheckboxDisabled.
What does checkbox-disabled.tsx depend on?
checkbox-disabled.tsx imports 2 module(s): checkbox, field.
Where is checkbox-disabled.tsx in the architecture?
checkbox-disabled.tsx is located at apps/v4/examples/radix/checkbox-disabled.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).

Analyze Your Own Codebase

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

Try Supermodel Free