I have two hidden inputs whose values are changed by the click events on numerous checkboxes.
I am able to validate the hidden input values at form submission; but is it possible to cause the real-time validation of these hidden elements whenever their values change, as you might with the key-up on a text input?
If so, how?