# BoolType - `v::boolType()` Validates if the input is a boolean value: ```php v::boolType()->validate(true); //true v::boolType()->validate(false); //true ```