diff options
| author | Mark Otto <[email protected]> | 2016-05-08 23:14:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 23:14:28 -0700 |
| commit | 707903c60c266b402a8aa88a1b02db61c719e4c6 (patch) | |
| tree | af819f77a38af45d91103ed0a15e51b87bbff2b1 /docs/components | |
| parent | a6d48b7ee383813ffa1743aa609a29db9d2cef9f (diff) | |
| download | bootstrap-707903c60c266b402a8aa88a1b02db61c719e4c6.tar.xz bootstrap-707903c60c266b402a8aa88a1b02db61c719e4c6.zip | |
oops, another checkbox needing a new class
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/forms.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 00d26b266..20b394a63 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> |
