There have been tickets in the past that indicated that checking the value of the underlying input for a switch is not obvious. Added documentation to clarify said check.
<p>Make sure the HTML of the switch goes in the order you see above—<code><input></code>, then <code><label></code></p>
</div>
+<div class='primary callout'>
+ <p>Inspecting the value of the underlying input should be done by evaluating the <code>checked</code> property of said input.</p>
+</div>
```html_example
<div class="switch">
<input class="switch-input" id="exampleSwitch" type="checkbox" name="exampleSwitch">