This is a question that is particular to not using javascript because it's quite capable to accomplish this with it.
I'm building a form and there is an option for most questions that is a null scenario. For example:
What colors do you like?
[] Red
[] Blue
[] Green
[] Yellow
() None of the above
In this situation, 'None of the Above' would be the null scenario. In html, is there a way for the checkboxes to clear when the radio is selected, and deselect the radio once any of the checkboxes are selected?
Providing a fiddle here for the basis of this question --> http://jsfiddle.net/Ze9RU/1/