mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-16 06:25:29 +01:00
feat(ba-checkbox): create checkbox component
This commit is contained in:
parent
f3f3f43805
commit
22ebf94c7b
6 changed files with 43 additions and 12 deletions
4
src/app/theme/components/baCheckbox/baCheckbox.html
Normal file
4
src/app/theme/components/baCheckbox/baCheckbox.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<label class="checkbox-inline custom-checkbox nowrap">
|
||||
<input type="checkbox" (change)="onChange($event.target.checked)" [disabled]="disabled" [value]="value">
|
||||
<span>{{label}}</span>
|
||||
</label>
|
||||
Loading…
Add table
Add a link
Reference in a new issue