function UberTrueValidationConstraint(field) {
    this.message = 'Value of {{ field_name }} should be TRUE.';

    this.validate = function () {
        var error = '';