I have an aspx page that contains a checkbox, and a button. The button is disabled by default until the user checks the checkbox. It looks like when I add the attribute enable
It seems like the validation should be attached to the checkbox, not the button.