Views UI should offer a 'Treat NULL values as FALSE' on boolean field filtering to expose the already existing code path for handling this

Adding a boolean field to an entity does not populate values to false, there just is no field value. This breaks the views filter for boolean fields, as "Not equal to TRUE" does not retrieve results that are not set to false, like you would expect.

Issue module