diff options
Diffstat (limited to 'docs/components/forms.md')
| -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"> |
