Get checked or unchecked Check box value from group.

Get checked or unchecked Check box value from group.

Hi I am extensively started using jQuery in my project.But I got stopped where I need to get either checked or unchecked checkbox values from group of check boxes.

<input type="checkbox" name="attribute" id="attribute" > ONE
<input type="checkbox" name="attribute" id="attribute" > TWO
<input type="checkbox" name="attribute" id="attribute" > THREE
<input type="checkbox" name="attribute" id="attribute" > FOUR

from above  group checkboxes you can select one or more.This can be done any time.

What I need is to display value of that check box when you check or un check.It should be that check box value.
Is it possible in jQuery.Please help me to fix this issue.