Instead of having to click the little specific checkbox area, id like to check the checkbox by clicking the parent container, here is an example fiddle. Instead of adding the co
http://jsfiddle.net/CVjCr/1/
Added $(this).find('input').prop('checked', true);
$(this).find('input').prop('checked', true);