By default, Validation Checkbox widgets require the user to make at least one selection before submitting the form. You can, however, make selections optional for the user.
<script type="text/javascript"> var cb1 = new Spry.Widget.ValidationCheckbox("checkboxwidget1", {isRequired:false}); </script>