MCPcopy Create free account
hub / github.com/Tailframes/react-components / CheckboxVariants

Interface CheckboxVariants

components/checkbox.tsx:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41});
42
43export interface CheckboxVariants {
44 /** The size of the checkbox. */
45 size?: 'small' | 'medium';
46}
47
48export interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'size'>, CheckboxVariants {
49 /** The label of the checkbox, displayed on the right. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected