From a4affb49ba8cf3365251e164888255173a49f62f Mon Sep 17 00:00:00 2001 From: Kevinjohn Gallagher Date: Mon, 20 Jul 2026 00:49:05 +0100 Subject: [PATCH] Docs: use concrete checks and radios aria labels --- site/src/content/docs/forms/checks-radios.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/content/docs/forms/checks-radios.mdx b/site/src/content/docs/forms/checks-radios.mdx index 8557916e5311..668ba68b39b2 100644 --- a/site/src/content/docs/forms/checks-radios.mdx +++ b/site/src/content/docs/forms/checks-radios.mdx @@ -221,11 +221,11 @@ Put your checkboxes, radios, and switches on the opposite side with the `.form-c Omit the wrapping `.form-check` for checkboxes and radios that have no label text. Remember to still provide some form of accessible name for assistive technologies (for instance, using `aria-label`). See the [forms overview accessibility]([[docsref:/forms/overview/#accessibility]]) section for details. - +
- +
`} /> ## Toggle buttons