Skip to content

Commit 0978e2b

Browse files
committed
Fixed #973
1 parent cce5107 commit 0978e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gwt-material/src/main/java/gwt/material/design/client/base/BaseCheckBox.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ protected void onEnsureDebugId(String baseID) {
498498
*/
499499
@Override
500500
protected void onLoad() {
501+
super.onLoad();
501502
DOM.setEventListener(inputElem, this);
502503
}
503504

0 commit comments

Comments
 (0)