ValidBoolean Validation



Hi.
The ValidBoolean validation is giving me an error on submit when enableLiveValidation is activated.
The error ocurrs on the function

isValidBoolean: function(value) {
return !!value.match(/^(0|1|true|false)$/);
},

The value that the function receives is 1