jQuery checkbox deselect

jQuery checkbox deselect

Hello,

I work with the framework jQuery and I have problems to dedect the deselection of a checkbox.
To run through the selected checkboxes is simple:

choiceContainer.find("input:checked").each(function() {
    // to something with the selected checkboxes
}


but how can I get the label of the deselected checkbox.

Thanks for answers,
All the best,
Michael