import { TabProvider, TabTrigger, TabContent, TabList } from "@pswui/Tabs"; import { Story } from "@/components/Story"; import { LoadedCode, GITHUB_COMP, GITHUB_COMP_PREVIEW, GITHUB_STORY } from "@/components/LoadedCode"; import { CheckboxDemo } from "./CheckboxBlocks/Preview"; import Examples from "./CheckboxBlocks/Examples"; # Checkbox A control that allows the user to toggle between checked and not checked. Preview Code ## Installation 1. Create a new file `Checkbox.mdx` in your component folder. 2. Copy and paste the following code into the file. ## Usage ```tsx import { Checkbox } from "@components/Checkbox"; ``` ```html ``` ## Props ### Variants | Prop | Type | Default | Description | |:-------|:-------------------------|:--------|:-------------------------| | `size` | `"base" \| "md" \| "lg"` | `"md"` | The size of the checkbox | ## Examples ### Text Preview Code ### Disabled Preview Code