Add the following script inside header tag and it will work fine as answered by imre
<script> window.onload=check; function check() { document.getElementById("r01").checked = true; } </script>