import type { CheckboxProps } from "$/types/Input"; import clsx from "clsx"; import MattrixwvCheckbox from "./MattrixwvCheckbox"; export default function TertiaryCheckbox({ className, box = true, ...props }: CheckboxProps){ return ( ); }