Bind Self Tests

(first name is: ${this.value})
Relevant is: ${this.ref.relevant}, Valid is: ${this.ref.valid}, ReadOnly is: ${this.ref.readOnly})
(num is: ${this.value})

Bind Tests

(last name is: ${this.value})
(email is: ${this.value})
Relevant is: ${dijit.byId("emailInput").ref.relevant}, Valid is: ${this.ref.valid}, ReadOnly is: ${this.ref.readOnly}, Required is: ${this.ref.required})

Model: