From 630da1cce4ad666d9e345dcc97e897cfd53878a1 Mon Sep 17 00:00:00 2001 From: Marc Taylor <71985698+marctaylor01@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:00:59 +0200 Subject: [PATCH] [docs][material-ui] Improved documentation for indeterminateIcon prop (#43791) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Taylor <71985698+marctaylor01@users.noreply.github.com> Co-authored-by: Aarón García Hervás --- docs/data/material/components/checkboxes/checkboxes.md | 2 ++ 1 file changed, 2 insertions(+) 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