//jQuery $('input[name="radio"]').prop("checked", false); //Vanilla JS document.getElementById('radio-button').checked = false;