aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/input-switch.component.html
blob: 4017d4aa5fac1d1ddcd6ceb8836d170343b454f9 (plain) (tree)
1
2

                                                                                                     
<input type="checkbox" [checked]="checked" [name]="inputName" [id]="inputName" (change)="update()" />
<label [for]="inputName" class="ms-auto">Toggle</label>