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