From 707903c60c266b402a8aa88a1b02db61c719e4c6 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Sun, 8 May 2016 23:14:28 -0700
Subject: [PATCH] oops, another checkbox needing a new class

---
 docs/components/forms.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/components/forms.md b/docs/components/forms.md
index 00d26b2662..20b394a638 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -310,9 +310,9 @@ Because of this, you may need to manually address the width and alignment of ind
     <label class="sr-only" for="exampleInputPassword3">Password</label>
     <input type="password" class="form-control" id="exampleInputPassword3" placeholder="Password">
   </div>
-  <div class="checkbox">
-    <label>
-      <input type="checkbox"> Remember me
+  <div class="form-check">
+    <label class="form-check-label">
+      <input class="form-check-input" type="checkbox"> Remember me
     </label>
   </div>
   <button type="submit" class="btn btn-primary">Sign in</button>
-- 
GitLab