import type { InputHTMLAttributes, ReactNode } from "react"; import { checkboxClass } from "@/lib/ui/variants"; interface CheckboxProps extends Omit, "type"> { label?: ReactNode; } // 勾选框:无 label 时只渲染受控原生 input(供已有