From 42a50e7d2cb03474c200cb73fd431aa68b9e2d13 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Tue, 5 Jan 2016 23:28:26 -0800
Subject: [PATCH] clarify docs

---
 docs/components/forms.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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