diff --git a/site/content/docs/5.3/forms/checks-radios.md b/site/content/docs/5.3/forms/checks-radios.md
index fe1ed948e97d..07ab3e2ab18a 100644
--- a/site/content/docs/5.3/forms/checks-radios.md
+++ b/site/content/docs/5.3/forms/checks-radios.md
@@ -19,14 +19,14 @@ Our checks use custom Bootstrap icons to indicate checked or indeterminate state
{{< example >}}
-
-
+
+
Default checkbox
-
-
+
+
Checked checkbox
@@ -38,8 +38,8 @@ Checkboxes can utilize the `:indeterminate` pseudo class when manually set via J
{{< example class="bd-example-indeterminate" stackblitz_add_js="true" >}}
-
-
+
+
Indeterminate checkbox
@@ -51,20 +51,20 @@ Add the `disabled` attribute and the associated ``s are automatically sty
{{< example class="bd-example-indeterminate" stackblitz_add_js="true" >}}
-
-
+
+
Disabled indeterminate checkbox
-
-
+
+
Disabled checkbox
-
-
+
+
Disabled checked checkbox
@@ -74,14 +74,14 @@ Add the `disabled` attribute and the associated ``s are automatically sty
{{< example >}}
-
-
+
+
Default radio
-
-
+
+
Default checked radio
@@ -93,14 +93,14 @@ Add the `disabled` attribute and the associated ``s are automatically sty
{{< example >}}
-
-
+
+
Disabled radio
-
-
+
+
Disabled checked radio
@@ -112,20 +112,20 @@ A switch has the markup of a custom checkbox but uses the `.form-switch` class t
{{< example >}}