OO.ui.RadioSelectInputWidget.prototype.onMenuSelect = function ( item ) {
    this.setValue( item.getData() );
};