<script>
        function setCheck()
        {
            document.getElementById("radioId").checked = true;
        }
 </script>