Add tests for checkbox

This commit is contained in:
2026-02-28 16:37:25 -05:00
parent 6c67604efc
commit 178f5c88e8
13 changed files with 1101 additions and 55 deletions

View File

@@ -128,7 +128,6 @@ export interface FileInputProps {
export type CheckboxSize = "none" | "xs" | "sm" | "md" | "lg" | "xl";
export interface CheckboxProps {
id?: string;
className?: string;
labelClassName?: string;
name?: string;