By default, Validation Radio Button widgets require the user to make a selection before submitting the form. You can, however, make selections optional for the user.
<script type="text/javascript"> var spryRadio1 = new Spry.Widget.ValidationRadio("RadioWidget", {isRequired:false}); </script>