mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
clarify docs
This commit is contained in:
@@ -656,7 +656,7 @@ $('.your-checkbox').prop('indeterminate', true)
|
|||||||
|
|
||||||
#### Disabled
|
#### 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 %}
|
{% example html %}
|
||||||
<label class="custom-control custom-checkbox">
|
<label class="custom-control custom-checkbox">
|
||||||
|
Reference in New Issue
Block a user