mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-08 01:14:21 +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>
|