mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 23:10:23 +00:00
Remove usage of dropped .checkbox from docs (#23655)
This commit is contained in:
parent
c770e68836
commit
612eff6369
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue