diff --git a/docs/data/material/components/checkboxes/checkboxes.md b/docs/data/material/components/checkboxes/checkboxes.md index d0b1839573805b..770a0b95287c8e 100644 --- a/docs/data/material/components/checkboxes/checkboxes.md +++ b/docs/data/material/components/checkboxes/checkboxes.md @@ -56,6 +56,8 @@ A checkbox input can only have two states in a form: checked or unchecked. It either submits its value or doesn't. Visually, there are **three** states a checkbox can be in: checked, unchecked, or indeterminate. +You can change the indeterminate icon using the `indeterminateIcon` prop. + {{"demo": "IndeterminateCheckbox.js"}} :::warning