We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78a370 commit 1533508Copy full SHA for 1533508
src/lib/checkbox/checkbox.ts
@@ -54,7 +54,9 @@ export enum TransitionCheckState {
54
55
/** Change event object emitted by MdCheckbox. */
56
export class MdCheckboxChange {
57
+ /** The source MdCheckbox of the event. */
58
source: MdCheckbox;
59
+ /** The new `checked` value of the checkbox. */
60
checked: boolean;
61
}
62
0 commit comments