From 883562a37d17b90f536ea11f4326e6dadf206289 Mon Sep 17 00:00:00 2001 From: jmfrancois Date: Fri, 13 Oct 2023 11:07:03 +0200 Subject: [PATCH] doc: update --- .../src/stories/form/Field/Input/Input.Checkbox.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/design-system/src/stories/form/Field/Input/Input.Checkbox.mdx b/packages/design-system/src/stories/form/Field/Input/Input.Checkbox.mdx index 4a9c965eb8..2138af9a6a 100644 --- a/packages/design-system/src/stories/form/Field/Input/Input.Checkbox.mdx +++ b/packages/design-system/src/stories/form/Field/Input/Input.Checkbox.mdx @@ -26,9 +26,11 @@ If there is only two options (on/off), consider using a SwitchToggle. If the use alt="Checkbox inputs for form in various states" /> -### Default +Note on [indeterminate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes) state. It is a controlled only state. + +> This is a state in which it's impossible to say whether the item is toggled on or off. This is set using the HTMLInputElement object's indeterminate property via JavaScript (it cannot be set using an HTML attribute) -Note: [indeterminate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes) is a controlled only state only. +### Default