0.0.1 • Published 1 year ago
kapela-checkbox v0.0.1
About
This library contains component for checkbox
Install
$npm install kapela-checkbox
Usage
import
import { KapelaCheckboxComponent } from 'kapela-checkbox';
@Component({
...
imports: [KapelaCheckboxComponent],
...
})
dom
<kapela-checkbox></kapela-checkbox>
Attributes
Nom | Type | default | Comments |
---|---|---|---|
id | string | k-checkbox-{sequence} | id of the input checkbox |
name | string | k-checkbox-name-{sequence} | name of the input checkbox |
label | string | Checkbox Label | Label of the checkbox |
checked | boolean | false | check or not the buttongroup |
disabled | boolean | false | disable or not the buttongroup |
0.0.1
1 year ago