2-way binding is useful in certain form-based scenarios. It's not hard to do something like:
"change": function(el){
this.options.model.attr( el.formParams() )
}
w/ jQuery++
2-way live binding will likely be present in 1.2 as an official plugin, but may not be core.