Bool
From Legacy Roblox Wiki
A Bool, or Boolean Value is a true or false value. In Lua, either the value is true, or it is false/nil. When trying to change this value in code, use a true or a false variable.
These variables show up as a checkbox in the Properties window. True is a checked box, false is an unchecked box.