<div class="switch {{ switchClass }}">
  <input class="switch-input" id="switch" type="checkbox" name="exampleSwitch">
  <label class="switch-paddle" for="switch">
    <span class="show-for-sr">{{ showForSr }}</span>
  </label>
</div>
