]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove usage of dropped .checkbox from docs (#23655)
authorHerst <Herst@users.noreply.github.com>
Mon, 4 Sep 2017 22:31:18 +0000 (00:31 +0200)
committerMark Otto <markd.otto@gmail.com>
Mon, 4 Sep 2017 22:31:18 +0000 (15:31 -0700)
docs/4.0/components/forms.md

index d5c5fae084b90955175f1c16aebc452ed8d23ea4..c8e0f2bd77e7ecfcefaea5ea0e27c61fbe59c0e5 100644 (file)
@@ -645,9 +645,9 @@ Add the `disabled` attribute to a `<fieldset>` to disable all the controls withi
         <option>Disabled select</option>
       </select>
     </div>
-    <div class="checkbox">
-      <label>
-        <input type="checkbox"> Can't check this
+    <div class="form-check">
+      <label class="form-check-label">
+        <input class="form-check-input" type="checkbox"> Can't check this
       </label>
     </div>
     <button type="submit" class="btn btn-primary">Submit</button>