import { Checkbox } from "@/components/retroui/Checkbox";
export default function CheckboxStyleVariants() {
return (
<div className="flex gap-4">
<Checkbox />
<Checkbox variant="outline" />
<Checkbox variant="solid" />
</div>
);
}
npx shadcn@latest add @retroui/checkbox-style-toggleimport { CheckboxStyleToggle } from "@/components/checkbox-style-toggle"<CheckboxStyleToggle />