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
  fb4e0198_f18e_a86a_b6a7_4f4881ca98ab["checkbox-disabled.tsx"]
  701738bf_cdcf_955d_1e15_8125ef50e18b["checkbox"]
  fb4e0198_f18e_a86a_b6a7_4f4881ca98ab --> 701738bf_cdcf_955d_1e15_8125ef50e18b
  e6c524b5_d047_d4f9_50b2_7f100d612cb2["field"]
  fb4e0198_f18e_a86a_b6a7_4f4881ca98ab --> e6c524b5_d047_d4f9_50b2_7f100d612cb2
  style fb4e0198_f18e_a86a_b6a7_4f4881ca98ab 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 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/base/checkbox-disabled.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