Chocobozzz/PeerTube

View on GitHub
client/src/app/+admin/follows/shared/redundancy-checkbox.component.html

Summary

Maintainability
Test Coverage
<my-peertube-checkbox
  [inputName]="host + '-redundancy-allowed'" [(ngModel)]="redundancyAllowed" (ngModelChange)="updateRedundancyState()"
></my-peertube-checkbox>