Skip to content

Commit

Permalink
[docs][material-ui] Improved documentation for indeterminateIcon prop (
Browse files Browse the repository at this point in the history
…#43791)

Signed-off-by: Marc Taylor <[email protected]>
Co-authored-by: Aarón García Hervás <[email protected]>
  • Loading branch information
marctaylor01 and aarongarciah authored Oct 9, 2024
1 parent d6e5ade commit 630da1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data/material/components/checkboxes/checkboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 630da1c

Please sign in to comment.