Home / Function/ CheckboxDemo() — supabase Function Reference

CheckboxDemo() — supabase Function Reference

Architecture documentation for the CheckboxDemo() function in checkbox-demo.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/checkbox-demo.tsx lines 5–17

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

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free