I'd like to have a captioned button that a user could select or not, then I could fetch its selected state upon form data collection.
Option 1 not selected:
Option 1 selected:
In InDesign I would just use a standard checkbox form control and change the graphics for the selected and unselected state.
I can't find a nice method in LiveCycle to do similar. The best I've come up with is having a hidden checkbox next to a button field and have the checkbox store the button's state.
Is there something a bit more direct? Thanks.