Skip to content

Commit 4e549d0

Browse files
smoxMichael BrunnerZeeshanTamboli
authored
[material-ui][Checkbox] large size added in type (#34909)
Co-authored-by: Michael Brunner <[email protected]> Co-authored-by: ZeeshanTamboli <[email protected]>
1 parent 6afcb73 commit 4e549d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/mui-material/src/Checkbox/Checkbox.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export interface CheckboxProps
9191
* `small` is equivalent to the dense checkbox styling.
9292
* @default 'medium'
9393
*/
94-
size?: OverridableStringUnion<'small' | 'medium', CheckboxPropsSizeOverrides>;
94+
size?: OverridableStringUnion<'small' | 'medium' | 'large', CheckboxPropsSizeOverrides>;
9595
/**
9696
* The system prop that allows defining system overrides as well as additional CSS styles.
9797
*/

0 commit comments

Comments
 (0)