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 5c9cc55 commit b746799Copy full SHA for b746799
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