Using Jquery to Check a Checkbox
Published on Sep 27, 2012
This is an excellent follow up on a recent post – Determine if an element is visible with Jquery – because in that post we use the is Jquery operator to check if an item is visible or hidden.
Spoiler alert, in this article, we can leverage the exact same function by altering the value of the selector passed into it.