("input:checked").each(function()

("input:checked").each(function()

I recently got help with this http://forum.jquery.com/topic/var-label-label-for-str-html
Thanks again!

Now, I would like to loop throw each checked box and get its label. 

I'm not really sure where to begin here