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/checkbox@2.0.0-alpha.7-2
@angular/core@2.0.0-rc.5
@angular/forms@0.3.0