From 4e549d06ef6b2c1156a93cbc4ef57441f83f41e7 Mon Sep 17 00:00:00 2001 From: Michael Brunner Date: Mon, 4 Mar 2024 18:01:28 +0100 Subject: [PATCH] [material-ui][Checkbox] `large` size added in type (#34909) Co-authored-by: Michael Brunner Co-authored-by: ZeeshanTamboli --- packages/mui-material/src/Checkbox/Checkbox.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-material/src/Checkbox/Checkbox.d.ts b/packages/mui-material/src/Checkbox/Checkbox.d.ts index 781be09e65413d..8d3b3529cde81e 100644 --- a/packages/mui-material/src/Checkbox/Checkbox.d.ts +++ b/packages/mui-material/src/Checkbox/Checkbox.d.ts @@ -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. */