codice:
<script type="text/javascript">
window.onload = function() {
  document.getElementById("inpradio").onclick = function() {
    doument.getElementById("bottone").disabled = false;
  }
}
</script>
Ovviamente sostituisci agli id che ho messo quelli che gli assegni tu