Checkbox
Add Checkbox
npx sidcn add checkboxReset Cache
yarn start --clear // yarn
npm start -- --reset-cache // npmImport Input
import { Checkbox } from '/components/sidcn/ui/checkbox';How to use
<Checkbox disabled={false} value={} onValueChange={} />Example
<Checkbox disabled={false} value={toggle} onValueChange={setToggle} />