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