+ 15
- 15
@@ -11,7 +11,7 @@ export default ComponentLayout
@@ -41,7 +41,7 @@ export default ComponentLayout
@@ -49,14 +49,14 @@ export default ComponentLayout
@@ -85,12 +85,12 @@ export default ComponentLayout
@@ -110,7 +110,7 @@ export default ComponentLayout
@@ -130,7 +130,7 @@ export default ComponentLayout
@@ -151,7 +151,7 @@ export default ComponentLayout
@@ -165,7 +165,7 @@ Toggle switches should have the same keyboard navigation features as a button. A
@@ -173,20 +173,20 @@ Since a toggle switch can only be "on" or "off", it could be confusing to use a
If you have a group of configuration options that can be disabled, use a button instead of a toggle switch. Disabling the group turns off all configuration options, but remembers their previous state when the user wants to turn that section back on. While the section is disabled, the configuration options are hidden.
@@ -203,14 +203,14 @@ A toggle switch should never be used as a replacement for a checkbox. See [savin