OO.ui.RadioSelectInputWidget.prototype.focus = function () {
    this.radioSelectWidget.focus();
    return this;
};