Toggle 3 States in PDF Form

I’m using Draw to create a form-fillable PDF. I need some kind of object, like a check box, to toggle between three states. I figured out how to do so using a Combo Box control with three “list entries” to pick from. However, that is not ideal. I would like it to be an image (possibly an Image Button control) that when you click on it, it cycles between three images.

Is this possible to do? Could I do this with a macro? Do macros work when exporting a file to PDF?

Any suggestions on how to accomplish this without a Combo Box are appreciated.