<p>Inside the switch label is screen reader-only text, which uses the <code>.show-for-sr</code> class to visually mask the text.</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>
+
<div class="callout warning">
<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">