diff --git a/docs/components/forms.md b/docs/components/forms.md
index 3586f56427111be3ee55c32c4a73689cde5dce76..2e7f5e4628f3bea94eae5e6ba9d00ae0c0037c83 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">