A bool (or boolean) is a value type that can be either True (on) or false (off)
True
false
Use this type whenever you need to store a value that can only be in one of two states.