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. 1 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  8e09e98e_902a_7464_96a3_d39427ad6054["checkbox-disabled.tsx"]
  4f6bcac7_12b3_b724_9762_64ace071aa20["checkbox"]
  8e09e98e_902a_7464_96a3_d39427ad6054 --> 4f6bcac7_12b3_b724_9762_64ace071aa20
  style 8e09e98e_902a_7464_96a3_d39427ad6054 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Checkbox } from "@/registry/new-york-v4/ui/checkbox"

export default function CheckboxDisabled() {
  return (
    <div className="flex items-center space-x-2">
      <Checkbox id="terms2" disabled />
      <label
        htmlFor="terms2"
        className="text-sm leading-none font-medium peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
      >
        Accept terms and conditions
      </label>
    </div>
  )
}

Subdomains

Functions

Dependencies

  • checkbox

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 ComponentRegistry domain, ChartRegistry 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 1 module(s): checkbox.
Where is checkbox-disabled.tsx in the architecture?
checkbox-disabled.tsx is located at apps/v4/registry/new-york-v4/examples/checkbox-disabled.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).

Analyze Your Own Codebase

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

Try Supermodel Free