]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/input-switch.component.html
show less information by default in download modal (#3890)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / input-switch.component.html
1 <div (click)="update()">
2 <input type="checkbox" [checked]="checked"/>
3 <label class="ml-auto">Toggle</label>
4 </div>