Skip to content

Commit

Permalink
[material-ui][Checkbox] large size added in type (#34909)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Brunner <michael.brunner@sm0x.org>
Co-authored-by: ZeeshanTamboli <zeeshan.tamboli@gmail.com>
  • Loading branch information
3 people authored Mar 4, 2024
1 parent 6afcb73 commit 4e549d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Checkbox/Checkbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export interface CheckboxProps
* `small` is equivalent to the dense checkbox styling.
* @default 'medium'
*/
size?: OverridableStringUnion<'small' | 'medium', CheckboxPropsSizeOverrides>;
size?: OverridableStringUnion<'small' | 'medium' | 'large', CheckboxPropsSizeOverrides>;
/**
* The system prop that allows defining system overrides as well as additional CSS styles.
*/
Expand Down

0 comments on commit 4e549d0

Please sign in to comment.