From a451449766d581978068a5b8f8c1e27f50386ea7 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 23 Sep 2021 08:33:36 +0000 Subject: Revert "composer update bootstrap to version 5.1.1" This reverts commit 89e4006b2d84d398e34d407a019854823b1dd37d. --- .../site/content/docs/5.0/forms/checks-radios.md | 277 +++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/forms/checks-radios.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.0/forms/checks-radios.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/forms/checks-radios.md b/vendor/twbs/bootstrap/site/content/docs/5.0/forms/checks-radios.md new file mode 100644 index 000000000..7fefb6aa6 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/forms/checks-radios.md @@ -0,0 +1,277 @@ +--- +layout: docs +title: Checks and radios +description: Create consistent cross-browser and cross-device checkboxes and radios with our completely rewritten checks component. +group: forms +aliases: "/docs/5.0/forms/checks/" +toc: true +--- + +## Approach + +Browser default checkboxes and radios are replaced with the help of `.form-check`, a series of classes for both input types that improves the layout and behavior of their HTML elements, that provide greater customization and cross browser consistency. Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many. + +Structurally, our ``s and `