Commit 42a50e7d authored by Mark Otto's avatar Mark Otto
Browse files

clarify docs

parent ef3061d5
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment