]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/input-switch.component.html
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / input-switch.component.html
1 <input type="checkbox" [checked]="checked" [name]="inputName" [id]="inputName" (change)="update()" />
2 <label [for]="inputName" class="ms-auto">Toggle</label>