mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Remove usage of dropped .checkbox from docs (#23655)
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user