Read each checkbox if it is checked in jquery Posted on August 30, 2017 by Chandan Sharma in JavaScript, JQuery, PHP## Read each check box $("input:checkbox[class=checkbx]:checked").each(function () { console.log("check-box checked"); });Share this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma