OO.ui.CheckboxMultioptionWidget.prototype.focus = function () {
    this.checkbox.focus();
};