We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
large
1 parent 6afcb73 commit 4e549d0Copy full SHA for 4e549d0
packages/mui-material/src/Checkbox/Checkbox.d.ts
@@ -91,7 +91,7 @@ export interface CheckboxProps
91
* `small` is equivalent to the dense checkbox styling.
92
* @default 'medium'
93
*/
94
- size?: OverridableStringUnion<'small' | 'medium', CheckboxPropsSizeOverrides>;
+ size?: OverridableStringUnion<'small' | 'medium' | 'large', CheckboxPropsSizeOverrides>;
95
/**
96
* The system prop that allows defining system overrides as well as additional CSS styles.
97
0 commit comments