import { InputHTMLAttributes } from 'react'; export default function Checkbox({ className = '', ...props }: InputHTMLAttributes) { return ( ); }