mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
clarify docs
This commit is contained in:
parent
ef3061d5f1
commit
42a50e7d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ $('.your-checkbox').prop('indeterminate', true)
|
|||
|
||||
#### Disabled
|
||||
|
||||
Custom checkboxes and radios can also be disabled. Add the `disabled` boolean attribute to the `<input>` and the `.custom-control-disabled` class to the `<label>`.
|
||||
Custom checkboxes and radios can also be disabled. Add the `disabled` boolean attribute to the `<input>` and the custom indicator and label description will be automatically styled.
|
||||
|
||||
{% example html %}
|
||||
<label class="custom-control custom-checkbox">
|
||||
|
|
|
|||
Loading…
Reference in a new issue