diff options
| author | Mark Otto <[email protected]> | 2016-01-05 23:28:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-05 23:28:26 -0800 |
| commit | 42a50e7d2cb03474c200cb73fd431aa68b9e2d13 (patch) | |
| tree | 4adf83326f302da81c8c617fbddb3b29fbb9bc20 /docs/components | |
| parent | ef3061d5f1edeea58e6588bedc1c40ac5071e9c4 (diff) | |
| download | bootstrap-42a50e7d2cb03474c200cb73fd431aa68b9e2d13.tar.xz bootstrap-42a50e7d2cb03474c200cb73fd431aa68b9e2d13.zip | |
clarify docs
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 3586f5642..2e7f5e462 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -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"> |
