How do I make sure all check boxes in a form behave the same. For example on my form some are check marks and some are black dots. Also, some allow for both the yes and no boxes to be checked.
I want mine to be either yes or no throughout the form.
It sounds like you have both "check boxes" and "radio buttons" on your form, but you'd like all radio buttons.
Use a check box when you need a single on/off value. Use a group of radio buttons when you need to select one of several options, like between "yes" and "no". Radio buttons are grouped by name, i.e., all radio buttons with the same name are part of the same group.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script