diff options
| author | Mark Otto <[email protected]> | 2017-12-22 16:22:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-12-22 16:22:13 -0800 |
| commit | e3aaadc5c9fc089f8dd96e60d19ee123d9d88e06 (patch) | |
| tree | ae0711bfe2b3a0524937d2d481ca5b2947fc0414 /docs/4.0/components/dropdowns.md | |
| parent | 935d45f461e8448b8862e16cde35a3737d6649fd (diff) | |
| parent | 16f14172406fd88ddb21242ea361833ec19d4fc6 (diff) | |
| download | bootstrap-e3aaadc5c9fc089f8dd96e60d19ee123d9d88e06.tar.xz bootstrap-e3aaadc5c9fc089f8dd96e60d19ee123d9d88e06.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/4.0/components/dropdowns.md')
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index 926729a3d..b49e84f92 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -615,8 +615,8 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar <input type="password" class="form-control" id="exampleDropdownFormPassword1" placeholder="Password"> </div> <div class="form-check"> - <label class="form-check-label"> - <input type="checkbox" class="form-check-input"> + <input type="checkbox" class="form-check-input" id="dropdownCheck"> + <label class="form-check-label" for="dropdownCheck"> Remember me </label> </div> @@ -639,8 +639,8 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar <input type="password" class="form-control" id="exampleDropdownFormPassword2" placeholder="Password"> </div> <div class="form-check"> - <label class="form-check-label"> - <input type="checkbox" class="form-check-input"> + <input type="checkbox" class="form-check-input" id="dropdownCheck2"> + <label class="form-check-label" for="dropdownCheck2"> Remember me </label> </div> |
