Hi, all; I have a set of textInput boxes that bind perfectly in both directions to the object properties they are setting/displaying, but my Checkboxes only appear to have a one way binding for some reason (the value of the object affects the check box, but the value of the check box does not affect the object property). I don't want to write a lot of extra messy code to handle this. Is there a way to programatically figure out what object property is bound to the selected property of the event.currentTarget?
Thanks; Amy

