mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 11:20:13 +01:00
8 lines
283 B
HTML
8 lines
283 B
HTML
<div class="{{baCheckboxClass}}">
|
|
<label class="checkbox-inline custom-checkbox nowrap">
|
|
<input type="checkbox" [checked]=state
|
|
(change)="onChange($event.target.checked)"
|
|
[disabled]="disabled" [value]="value">
|
|
<span>{{label}}</span>
|
|
</label>
|
|
</div>
|