See that? Boolean values can only be true and false. But why on Earth are they displayed as 1 and 0?
true
false
1
0
Close, but bool values are only capable or expressing values of truth or falseness, nothing in-between.
bool