Bindings

Connects writable control values to State objects declared in the XML runtime.

Usage

xml
<State id="form" name="" active="true" />
<TextInput label="Name" value="$form.name" />
<Switch label="Active" value="$form.active" />