From: Christian Oliff Date: Wed, 22 Apr 2026 01:36:24 +0000 (+0900) Subject: v6: docs: Use custom check/radio markup across docs (#42336) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15099a077ed651348aba2c26a188a2198e6965d1;p=thirdparty%2Fbootstrap.git v6: docs: Use custom check/radio markup across docs (#42336) * Use custom check/radio markup across docs Replace Bootstrap .form-check markup with a unified form-field/.check pattern and inline SVG indicators. Radios now use a .radio class; checkboxes are wrapped in .check with SVG paths for checked/indeterminate states. Update examples (cheatsheet, checkout, heroes, list-groups, sign-in), list-groups CSS selectors (.check:has(input:checked), .check-input-placeholder, .radio rules), and documentation pages (list-group.mdx, forms layout/overview) to match the new structure. * Fix for list groups example --- diff --git a/site/src/assets/examples/cheatsheet/index.astro b/site/src/assets/examples/cheatsheet/index.astro index f781b34927..80e14a7909 100644 --- a/site/src/assets/examples/cheatsheet/index.astro +++ b/site/src/assets/examples/cheatsheet/index.astro @@ -332,28 +332,36 @@ export const body_class = 'bg-body-tertiary' -
- - +
+
+ + + + + +
+
Radios buttons -
- - +
+ +
-
- - +
+ +
-
- - +
+
+ +
+
@@ -383,32 +391,38 @@ export const body_class = 'bg-body-tertiary'
-
-
- - +
+
+ + + + +
+
Disabled radios buttons -
- - +
+ +
-
- - +
+ +
-
- - +
+
+ +
+
@@ -572,9 +586,15 @@ export const body_class = 'bg-body-tertiary'
-
- -