How can I work out if ‘this’ checkbox has been checked using the this command?
I have the following but not sure how to implement this (so it only checks the single checkbox selected rather than all on the page
if ($('input[type="checkbox"]').is(':checked')
What about this?