OO.ui.mixin.TabIndexedElement.prototype.simulateLabelClick = function () {
    this.focus();
};