The Boolean data type represents a string.
The source value (value given in the model) must be given as boolean and is transformed into the type of the bound control property:
The Boolean type has no format or validation constraint options.
Example how a Boolean type can be initialized:
#!js // The source value is given as boolean. var oType = new sap.ui.model.type.Boolean();