What would be the correct regex to check wether a checkbox is checked in javascript?
update: i know it is usually not done with a regex. But since its part of a form module and all the validations are done with a regex. I thought this could also be checked with a regex. My quyestion is how.