From 8b7b234fd1c840a23ac2ca2ba69a3a2a2abf3100 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 4 Jun 2020 15:59:24 +0200 Subject: Switch to btn-check --- site/content/docs/5.0/components/buttons.md | 2 +- site/content/docs/5.0/forms/checks.md | 28 ++++++++++++++-------------- site/content/docs/5.0/migration.md | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'site') diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/5.0/components/buttons.md index cc0887487..fbd9600dc 100644 --- a/site/content/docs/5.0/components/buttons.md +++ b/site/content/docs/5.0/components/buttons.md @@ -103,7 +103,7 @@ The `.disabled` class uses `pointer-events: none` to try to disable the link fun ## Button plugin -Do more with buttons. Control button states or create groups of buttons for more components like toolbars. +The button plugin allows you to create simple on/off toggle buttons. ### Toggle states diff --git a/site/content/docs/5.0/forms/checks.md b/site/content/docs/5.0/forms/checks.md index fec40b962..a8b366625 100644 --- a/site/content/docs/5.0/forms/checks.md +++ b/site/content/docs/5.0/forms/checks.md @@ -214,16 +214,16 @@ Omit the wrapping `.form-check` for checkboxes and radios that have no label tex ### Checkbox toggle buttons -Bootstrap's `.btn` styles can be applied to `