This script functions mostly how I would like it to: alert when a radio checkbox has not been selected. However, if all buttons are selected I need it the form to be submitt
You have a return before the form submit. That may be part of the problem.
Also, you are missing an else on the final if statement.