Skip to content
Anders Malmgren edited this page Nov 1, 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/5/

Can select guard

By convention the lib will look for a canChangeValue member

http://jsfiddle.net/QzZPg/2/

Clone this wiki locally