From ac704a57ac8744e3766620a6482e0a4d40010c45 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sun, 8 Dec 2019 14:54:27 +0100 Subject: [PATCH] Update states (#29792) --- site/content/docs/4.3/forms/checks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.3/forms/checks.md b/site/content/docs/4.3/forms/checks.md index d7427e1d21..6b90fb9bf3 100644 --- a/site/content/docs/4.3/forms/checks.md +++ b/site/content/docs/4.3/forms/checks.md @@ -10,7 +10,7 @@ toc: true 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 `