A checkbox field populates correctly on single-page form but not on multi-page form
A form with two check boxes populate correctly when the form is a single page, but not when the form has multiple pages. The check boxes represent "Home Office" or "Other Location" and should be an "OR" condition without using radio buttons. Most of the forms are a single page, so the field ids never increment. Multi-page forms show home office#0 and other location#0 on the first page, and then increment to home office#1 and other location#1 on the second page. When the same data source is used, the single page shows one or the other selected, while the multiple page shows the check box selected for both options, across pages.
