import { Checkbox } from "@components/Checkbox"; import { Label } from "@components/Label"; export function CheckboxDemo() { return ( ); }