I have a lot of listst with checkboxes like so:
$(".filteritem").on('change', function(){ $(this).closest('label').toggleClass('highlight'); });
FIDDLE