<script> $('#textInput').click(function () { $('input[name="radio"]').prop("checked", false); }); </script>