diff options
| author | Herst <[email protected]> | 2017-09-05 00:31:18 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-04 15:31:18 -0700 |
| commit | 612eff63690b58dfa3fbda92ec887560b24788f0 (patch) | |
| tree | c3f302828610ed0db870fbee24f3f63233dc8f11 /docs/4.0 | |
| parent | c770e6883695e8b5d92a1107d3a49b1cb63655b6 (diff) | |
| download | bootstrap-612eff63690b58dfa3fbda92ec887560b24788f0.tar.xz bootstrap-612eff63690b58dfa3fbda92ec887560b24788f0.zip | |
Remove usage of dropped .checkbox from docs (#23655)
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/components/forms.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index d5c5fae08..c8e0f2bd7 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -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> |
