GithubX

Checkbox

Toggle between checked and not checked.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/checkbox.json

## usage

import { Checkbox } from "@/components/ui/checkbox";
import { Label } from "@/components/ui/label";
<Label>
  <Checkbox /> verbose logging
</Label>

## checked

## disabled

## disabled and checked