mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 12:18:49 +01:00
feat(inputs\multi-checkbox): add multi-checkbox directive
This commit is contained in:
parent
e63812f011
commit
70cdff101f
12 changed files with 270 additions and 94 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="{{baCheckboxClass}}">
|
||||
<label class="checkbox-inline custom-checkbox nowrap">
|
||||
<input type="checkbox" [name]="name" [checked]=state
|
||||
<input type="checkbox" [checked]=state
|
||||
(change)="onChange($event.target.checked)"
|
||||
[disabled]="disabled" [value]="value">
|
||||
<span>{{label}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue