Home / File/ checkbox-with-text.tsx — ui Source File

checkbox-with-text.tsx — ui Source File

Architecture documentation for checkbox-with-text.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
  9edc7da4_76e2_6087_08db_92b6261cee13["checkbox-with-text.tsx"]
  4f6bcac7_12b3_b724_9762_64ace071aa20["checkbox"]
  9edc7da4_76e2_6087_08db_92b6261cee13 --> 4f6bcac7_12b3_b724_9762_64ace071aa20
  style 9edc7da4_76e2_6087_08db_92b6261cee13 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

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

export default function CheckboxWithText() {
  return (
    <div className="items-top flex gap-2">
      <Checkbox id="terms1" />
      <div className="grid gap-1.5 leading-none">
        <label
          htmlFor="terms1"
          className="text-sm leading-none font-medium peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
        >
          Accept terms and conditions
        </label>
        <p className="text-muted-foreground text-sm">
          You agree to our Terms of Service and Privacy Policy.
        </p>
      </div>
    </div>
  )
}

Subdomains

Functions

Dependencies

  • checkbox

Frequently Asked Questions

What does checkbox-with-text.tsx do?
checkbox-with-text.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-with-text.tsx?
checkbox-with-text.tsx defines 1 function(s): CheckboxWithText.
What does checkbox-with-text.tsx depend on?
checkbox-with-text.tsx imports 1 module(s): checkbox.
Where is checkbox-with-text.tsx in the architecture?
checkbox-with-text.tsx is located at apps/v4/registry/new-york-v4/examples/checkbox-with-text.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