kl-checkbox
v1.1.0
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0.
Readme
KlCheckbox
This library was generated with Angular CLI version 16.2.0.
import moduleimport { KlCheckboxModule } from 'kl-checkbox';
HTML<kl-checkbox [checkboxList]="checkboxList" [checkboxTitle]="checkboxTitle" [checkedlist]="checkedList">
TSimport { KlCheckboxService } from 'kl-checkbox'; constructor(private klCheckboxService:KlCheckboxService){}; checkboxList: CheckboxParentData[]= [] checkboxTitle: string = ${title_name}
Update checked checkbox.checkedList: [] = []
Show all checked id list.this.klCheckboxService.filterCheck(this.checkboxList)
