Hi,
I have a form with many different types of fields and complex validation.
One of these fields is a checkbox. If the validation fails, the text fields keep the values that the user has written in them. However, the checkbox reverts to it's default unchecked state.
Is there a way I could make the checkbox remember its state after validation fails?
Thanks for your help.