diff --git a/modules/system/assets/ui/docs/checkbox.md b/modules/system/assets/ui/docs/checkbox.md index d4276d9cd..7167d823b 100644 --- a/modules/system/assets/ui/docs/checkbox.md +++ b/modules/system/assets/ui/docs/checkbox.md @@ -47,6 +47,15 @@ Allows a user to select from a list of binary options. +### Indeterminate checkboxes + +
+ + +
+ +The `data-checked` attribute may have one of three values: 0 (off), 1 (indeterminate) or 2 (on). + ### Radio