From a5ccfb2f993b7ea0106775ceb23ff5a202de52a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20=C5=A0imk=C5=ABnas?= Date: Tue, 12 May 2020 20:30:03 +0300 Subject: [PATCH] Documented indeterminate checkboxes (#5068) --- modules/system/assets/ui/docs/checkbox.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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