JavaScript Clear Radio Tombol

document.querySelector('input[name="Choose"]:checked').checked = false;
Undefined