SAK is a JavaScript small library that provides useful algorithms tha might help you to save time in your daily work.
The method objectHasFalseValues() returns true if it's found any false value (null, undefined or false in a filed), excepting zero.
value - might be an object or a value.
You can see some examples running the file index.html.