I have some code
Value
$("input[type=checkbox]").on("change", function() { if (this.checked) { //do your stuff } });