<!-- Semmet Angular: Switch — https://www.w3.org/WAI/ARIA/apg/patterns/switch/ -->
<!--
Usage from a parent component template:
Import <%= classify(name) %> in that parent component.

<<%= selector %> />
-->
<button type="button" role="switch" [attr.aria-checked]="checked()" [id]="instanceId" (click)="toggle()">
  Ativar notificações
</button>
