Any way to create a tiered check-box?
I am creating a PDF form, and I would ideally like to have a checkbox that has three states: unchecked, checked, or double-checked. I then want to use the state of the checkbox to drive the value of another field. I know how to do the last part, but not the first. I could use two checkboxes or even a drop-down, but neither of those fits what I have in mind. Ideally, the user would click the box once to check it, again to double-check it (which would have a distinct appearance), and a third time to uncheck it again.
Any suggestions or alternative ideas would be appreciated!
