mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove old validation docs, fixes #23217
This commit is contained in:
parent
698a7b4253
commit
062d113eee
1 changed files with 0 additions and 28 deletions
|
@ -957,34 +957,6 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at
|
||||||
</label>
|
</label>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
#### Validation states
|
|
||||||
|
|
||||||
Add other states to your custom forms with our validation classes.
|
|
||||||
|
|
||||||
{% example html %}
|
|
||||||
<div class="form-group has-success">
|
|
||||||
<label class="custom-control custom-checkbox">
|
|
||||||
<input type="checkbox" class="custom-control-input">
|
|
||||||
<span class="custom-control-indicator"></span>
|
|
||||||
<span class="custom-control-description">Check this custom checkbox</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="form-group has-warning">
|
|
||||||
<label class="custom-control custom-checkbox">
|
|
||||||
<input type="checkbox" class="custom-control-input">
|
|
||||||
<span class="custom-control-indicator"></span>
|
|
||||||
<span class="custom-control-description">Check this custom checkbox</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<div class="form-group has-danger mb-0">
|
|
||||||
<label class="custom-control custom-checkbox">
|
|
||||||
<input type="checkbox" class="custom-control-input">
|
|
||||||
<span class="custom-control-indicator"></span>
|
|
||||||
<span class="custom-control-description">Check this custom checkbox</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
{% endexample %}
|
|
||||||
|
|
||||||
#### Stacked
|
#### Stacked
|
||||||
|
|
||||||
Custom checkboxes and radios are inline to start. Add a parent with class `.custom-controls-stacked` to ensure each form control is on separate lines.
|
Custom checkboxes and radios are inline to start. Add a parent with class `.custom-controls-stacked` to ensure each form control is on separate lines.
|
||||||
|
|
Loading…
Reference in a new issue