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