How can I get jQuery to fire an event when a user checks a checkbox?
<input type="checkbox" id="test" name="test" /><label for="test">Check me</label>
I could do this with .click, although this will not work when the user adds a checkbox. I could not find information about this in api docs or while searching the web.
Greetings.
source share