Checks whether a given string input is a boolean or not.
The string input to validate.
True if the input is a valid boolean, false otherwise.
See Implementation
Checks whether a given string input is a boolean or not.