diff options
| author | Mark Otto <[email protected]> | 2018-02-24 12:38:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-02-24 12:38:51 -0800 |
| commit | b8bfd263581faf4950e3702277126dd7581d7ba8 (patch) | |
| tree | 9724ed3e5a2a123375c87c0256209aaa74556c58 /docs/4.0/components/forms.md | |
| parent | 982aeea1f7a27109d60baf07adcc73cd08742939 (diff) | |
| parent | 6708c4dba5a1d3176b53df120706888a1e22fb05 (diff) | |
| download | bootstrap-b8bfd263581faf4950e3702277126dd7581d7ba8.tar.xz bootstrap-b8bfd263581faf4950e3702277126dd7581d7ba8.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/4.0/components/forms.md')
| -rw-r--r-- | docs/4.0/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 8bf61de35..411b1f461 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -25,7 +25,7 @@ Here's a quick example to demonstrate Bootstrap's form styles. Keep reading for <label for="exampleInputPassword1">Password</label> <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> </div> - <div class="form-check"> + <div class="form-group form-check"> <input type="checkbox" class="form-check-input" id="exampleCheck1"> <label class="form-check-label" for="exampleCheck1">Check me out</label> </div> |
