]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix link
authorMark Otto <markdotto@gmail.com>
Wed, 24 Sep 2025 14:52:38 +0000 (07:52 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 24 Sep 2025 14:52:38 +0000 (07:52 -0700)
site/src/content/docs/components/buttons.mdx

index 5fc49bda8390e8b6d1dc57be1643026002799bad..6a3ba459f51e8e3c33b0dcb9b3be73d5914b7f6d 100644 (file)
@@ -202,7 +202,7 @@ Different variants of `.btn`, such as the various outlined styles, are supported
 The button plugin allows you to create simple on/off toggle buttons.
 
 <Callout>
-Visually, these toggle buttons are identical to the [checkbox toggle buttons]([[docsref:/forms/checks]]). However, they are conveyed differently by assistive technologies: the checkbox toggles will be announced by screen readers as “checked”/“not checked” (since, despite their appearance, they are fundamentally still checkboxes), whereas these toggle buttons will be announced as “button”/“button pressed”. The choice between these two approaches will depend on the type of toggle you are creating, and whether or not the toggle will make sense to users when announced as a checkbox or as an actual button.
+Visually, these toggle buttons are identical to the [checkbox toggle buttons]([[docsref:/forms/checkbox]]). However, they are conveyed differently by assistive technologies: the checkbox toggles will be announced by screen readers as “checked”/“not checked” (since, despite their appearance, they are fundamentally still checkboxes), whereas these toggle buttons will be announced as “button”/“button pressed”. The choice between these two approaches will depend on the type of toggle you are creating, and whether or not the toggle will make sense to users when announced as a checkbox or as an actual button.
 </Callout>
 
 ### Toggle states