Add tests for checkbox
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user