It doesn't necessarily have to show which items are checked but it would
be helpful. last night I started with this and it seems to work but I'm
sure there is a better/more efficient way of doing it var BoxCount =
TaxRegQ1.chkAL.rawValue + TaxRegQ1.chkAR.rawValue +
TaxRegQ1.chkAZ.rawValueif (BoxCount>0){Checked.rawValue = "Yes";}else
{Checked.rawValue = "No";}How do you upload to this forum? Sorry i'm new
to posting to the Adobe forum and can't seem to find the option.