From bd09d21ed637c35d568d3cb523105ea6e9184680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 22 Apr 2025 08:44:44 +0200 Subject: [PATCH] Fix typos and code indentation in Forms > Checks and radios (#41399) --- site/src/content/docs/forms/checks-radios.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site/src/content/docs/forms/checks-radios.mdx b/site/src/content/docs/forms/checks-radios.mdx index ff6789eb60..8557916e53 100644 --- a/site/src/content/docs/forms/checks-radios.mdx +++ b/site/src/content/docs/forms/checks-radios.mdx @@ -9,7 +9,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 `