diff options
| -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> |
