When you intend to use a Bool in your code, stop and think if you can use an enum instead.
enum has 2 very neat advantages over Bool