SyntaxFix
Write A Post
Hire A Developer
Questions
$("input[type=checkbox]").on("change", function() { if (this.checked) { //do your stuff } });