import { CHECKBOX_DIRECTIVES } from 'angularx-semantic-ui'
<lsu-checkbox [(ngModel)]="isChecked" [disabled]="'false'" [label]="'CheckBox'" [type]="'slider'" (onChange)="onChange($event)"></lsu-checkbox>
- disabled: Optional. Boolean
- label: Optional. The checkbox's label
- type: Optional. The checkbox's type,
[checkbox|slider|toggle]
, default is checkbox - onChange: Optional.