Nested
<label>
  <span id="spnNested">Dark mode:</span>
  <gw-switch><input type="checkbox"></gw-switch>
</label>
For attribute
<label for="cbx2">Reduce motion:</label>
<gw-switch><input id="cbx2" type="checkbox"></gw-switch>
aria-labelledby
<label id="lblby">Reduce contrast:</label>
<gw-switch><input type="checkbox" aria-labelledby="lblby"></gw-switch>
More attrs
<label>Edna mode:<gw-switch>
  <input type="checkbox" aria-describedby="asiDesc" aria-details="asiDeet" checked>
</gw-switch></label>
<aside id="asiDesc">Description here</aside>
<aside id="asiDeet">Details here</aside>

Update Attributes