From c1d5a801b4bc66e3866f815be00e11d1b20d3539 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 Jun 2023 14:44:36 +0200 Subject: Adding upstream version 5.3.0+dfsg. Signed-off-by: Daniel Baumann --- site/content/docs/5.3/forms/checks-radios.md | 313 +++++++++++++++++++++++++++ 1 file changed, 313 insertions(+) create mode 100644 site/content/docs/5.3/forms/checks-radios.md (limited to 'site/content/docs/5.3/forms/checks-radios.md') diff --git a/site/content/docs/5.3/forms/checks-radios.md b/site/content/docs/5.3/forms/checks-radios.md new file mode 100644 index 0000000..13a5091 --- /dev/null +++ b/site/content/docs/5.3/forms/checks-radios.md @@ -0,0 +1,313 @@ +--- +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.3/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 `