We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd25450 commit d07344fCopy full SHA for d07344f
src/components/primitives/Checkbox/types.tsx
@@ -75,9 +75,7 @@ export interface InterfaceCheckbox extends InterfaceBoxProps<ICheckboxProps> {
75
* The size (width and height) of the checkbox.
76
* @default 'md'
77
*/
78
- size?:
79
- | ResponsiveValue<'sm' | 'md' | 'lg'>
80
- | ThemeComponentSizeType<'Checkbox'>;
+ size?: ThemeComponentSizeType<'Checkbox'>;
81
/**
82
* If given, will use this icon instead of the default.
83
0 commit comments