mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
Remove usage of dropped .checkbox from docs (#23655)
This commit is contained in:
parent
c770e68836
commit
612eff6369
@ -645,9 +645,9 @@ Add the `disabled` attribute to a `<fieldset>` to disable all the controls withi
|
|||||||
<option>Disabled select</option>
|
<option>Disabled select</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox">
|
<div class="form-check">
|
||||||
<label>
|
<label class="form-check-label">
|
||||||
<input type="checkbox"> Can't check this
|
<input class="form-check-input" type="checkbox"> Can't check this
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Submit</button>
|
<button type="submit" class="btn btn-primary">Submit</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user