I’d like to do something like this to tick a checkbox using jQuery:

$(".myCheckBox").checked(true);

or

$(".myCheckBox").selected(true);

Does such a thing exist?

4
43

Leave a Reply

Your email address will not be published. Required fields are marked *