From d2f1dcf5407c419da9437d22cfb8c4e7cf89c1ff Mon Sep 17 00:00:00 2001 From: jmfrancois Date: Fri, 13 Oct 2023 11:05:34 +0200 Subject: [PATCH] doc: update doc on intedeterminate --- .../src/stories/form/Field/Input/Input.Checkbox.mdx | 2 ++ 1 file changed, 2 insertions(+) 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 912ffeb1476..4a9c965eb81 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 @@ -28,6 +28,8 @@ If there is only two options (on/off), consider using a SwitchToggle. If the use ### Default +Note: [indeterminate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes) is a controlled only state only. +