Skip to content
Anders Malmgren edited this page May 12, 2013 · 5 revisions

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/

Can select guard

By convention the lib will look for a canChangeValue member

http://jsfiddle.net/QzZPg/

Clone this wiki locally