.mp-switch(
  class={
    'switch-on': on,
    'switch-off': !on,
    'disabled': disabled,
  }
  on={
    click: disabled ? null : $helpers.toggleSwitch,
  }
)
