A Boolean value is one that is either true, or false.
This is a useful concept that crops up in many places. If you want to say "if A then B else C", then A must be a Boolean: true or false.