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.
2 parents e4cfc01 + b746799 commit 10837bcCopy full SHA for 10837bc
src/components/primitives/Checkbox/types.tsx
@@ -116,7 +116,7 @@ export interface InterfaceCheckbox extends InterfaceBoxProps<ICheckboxProps> {
116
/**
117
* Icon related props can be passed in _icon.
118
*/
119
- _icon?: IIconProps;
+ _icon?: Partial<IIconProps>;
120
121
* You can style interaction box around the checkbox using this.
122
0 commit comments