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