I am building a popup that has three items in it - Ante, Retro, and N/A. Default check marked is N/A. When the user rollover Ante I would like the check mark to move to that item.
Any ideas? I have been working this for a couple days. Could be I can't see the forest for the trees.
Not sure what you mean with rollover. Maybe you should use RadioButton instead of CheckBox. When you press on a RadioButton the check moves to that button automatically.
Take a look at the enclosed pic which will explain what I am try to do. Now this pick is built in xcode and I am building the Android version. So when you move the mouse down or up the selections you see a "√" that moves as well.