The Boolean type extends BasicType and is used to represent a boolean type data. If input data is a string type value, the content of this value should be either "true" or "false", or "yes" or "no". The converter automatically converts "true" and "yes" to a true boolean value and "false" and "no" to false boolean value.