Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2020-06-27 21:31:59 +0300
committerGitHub <noreply@github.com>2020-06-27 21:31:59 +0300
commit490acf60ca149e88e669f2b3f157dd326dad9573 (patch)
treea7a56d482264ab57adba2819b5ddbd31c78ee2b1 /site/content/docs/5.0/forms
parent2c38800ea224327a063a8fd5c11df8d2ee2ca5a6 (diff)
Docs: rename form checks page to "Checks / radios" (#31090)
* Docs: rename form checks page to "Checks / radios" it's not immediately obvious that "checks" includes information about both checkboxes and radio buttons. while "checks / radios" is also still not perfect (as honestly even I didn't quite grok that "checks" meant checkboxes), it should make it slightly more obvious nonetheless
Diffstat (limited to 'site/content/docs/5.0/forms')
-rw-r--r--site/content/docs/5.0/forms/checks-radios.md (renamed from site/content/docs/5.0/forms/checks.md)3
-rw-r--r--site/content/docs/5.0/forms/overview.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/site/content/docs/5.0/forms/checks.md b/site/content/docs/5.0/forms/checks-radios.md
index a8b3666258..6d8bdf3860 100644
--- a/site/content/docs/5.0/forms/checks.md
+++ b/site/content/docs/5.0/forms/checks-radios.md
@@ -1,8 +1,9 @@
---
layout: docs
-title: Checks
+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
---
diff --git a/site/content/docs/5.0/forms/overview.md b/site/content/docs/5.0/forms/overview.md
index 22ff29daf6..1eb4cce594 100644
--- a/site/content/docs/5.0/forms/overview.md
+++ b/site/content/docs/5.0/forms/overview.md
@@ -10,7 +10,7 @@ sections:
description: Style textual inputs and textareas with support for multiple states.
- title: Select
description: Improve browser default select elements with a custom initial appearance.
- - title: Checks
+ - title: Checks & radios
description: Use our custom radio buttons and checkboxes in forms for selecting input options.
- title: File
description: Replace browser default file inputs with our custom version with optional JavaScript.