checkbox/src/checkbox/checkbox.types.ts
Event emitted when the checkbox's checked value changes.
import { CheckboxChange } from '@talenra/components/checkbox';
Properties |
| checked |
checked:
|
Type : boolean
|
|
Current value of the checked property |
| source |
source:
|
Type : CheckboxComponent
|
|
Reference to the emitting checkbox component |