I have 5 div with class .thumb-folder and inside each contains a checkbox.
I also have another div with a class .alarm.
When 1 or many checkboxes is checked the div with .alarm class changes background to red.
How to change the div with the .alarm class to background #333 only when no checkboxes are checked?
Here is a link to jsfiddle of my current code.
Use the sam eselector you used to bind the handler to check if any checkboxes are checked.
DEMO