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