Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
<md-checkbox (click)="test($event)"></md-checkbox>
test(event) {
console.log(event.target.checked); // true | false
}
What is the current behavior?
<md-checkbox (click)="test($event)"></md-checkbox>
test(event) {
console.log(event.target.checked); // undefined
}
Which versions of Angular, Material, OS, browsers are affected?
@angular2-material/[email protected]
@angular/[email protected]
@angular/[email protected]