OO.ui.RadioInputWidget.prototype.getInputElement = function () {
    return $( '<input>' ).attr( 'type', 'radio' );
};