dawnmagenta
New Member
Why is it that when I add a validator to my page, checkboxes do not show up in the list of controls to validate? Seems like there are enough instances where you'd want to have the user to agree to something on a form and then be able to verify that it was checked...Because by it's nature a checkbox is optional. If you are wanting to do some validation just set your value of the checkbox = true then check on the submit to see if the value was passed, otherwise redirect them somewhere else. If you validate it it has no where to go.