From 77b884943d501768d2c6591ffd86a4f4e6c0d231 Mon Sep 17 00:00:00 2001 From: Barb Denney Date: Tue, 7 Jan 2025 11:39:54 -0700 Subject: [PATCH] Update checkbox.md Added guidance to the indeterminate checkbox example. --- src/_components/form/checkbox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/_components/form/checkbox.md b/src/_components/form/checkbox.md index 26a9f5ce7..9ed9ea04b 100644 --- a/src/_components/form/checkbox.md +++ b/src/_components/form/checkbox.md @@ -108,6 +108,8 @@ anchors: ### Indeterminate +Use the indeterminate state when a checkbox has a sublist of checkbox selections that can change from selected to unselected. + {% include storybook-preview.html story="uswds-va-checkbox--indeterminate" link_text="va-checkbox group indeterminate" %} ## Usage