mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-14 05:28:51 +01:00
5 lines
196 B
HTML
5 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>
|