We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Any type of object can be bound to input and textarea elements
<input data-name="value" />
If the bound type is a boolean the input will be render as a checkbox
http://jsfiddle.net/zKsve/5/
By convention the lib will look for a canChangeValue member
http://jsfiddle.net/QzZPg/2/