mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-09 11:08:50 +01:00
4 lines
196 B
HTML
4 lines
196 B
HTML
<label class="checkbox-inline custom-checkbox nowrap">
|
|
<input type="checkbox" (change)="onChange($event.target.checked)" [disabled]="disabled" [value]="value">
|
|
<span>{{label}}</span>
|
|
</label>
|