Avatar

Level 10

Hi,

The text fields could be bound to an Address element with a predicate expression, so for the home address use;

$.PersonAddress.[AddressType=="Home"].Address

I don't think you will be able to bind the checkboxes, but you could populate them in the calculate event with this FormCalc;

HasValue(Home)

Where "Home" is the name of the text field that has the binding expression above.

Bruce