import { Checkbox } from "@/components/checkbox";
function Example() {
return <Checkbox label="Accept terms and conditions" />;
}
import { Checkbox } from "@/components/checkbox";
function Example() {
return <Checkbox label="Accept terms and conditions" />;
}