Buttons like Radio Buttons

Looking for advice, not a coding question…

I have an interface and at the top I am adding a basic A/B choice. Basically I want two radio buttons. You choose one or the other and they are linked (you can’t choose both or none).

I would prefer to have two big buttons that the user could click. Is there a simple way to link two buttons so they basically function the way a set of 2 radio buttons functions?? I know I could build it by making two buttons and then lots of code behind the scene. Just wondering if there is any built in functionality to do this easily.

Thanks.

Model: iMacintel
AppleScript: xCode 3.0
Browser: Safari 525.20.1
Operating System: Mac OS X (10.5)

Hey Matt

What about a “Segmented Control”??

Best regards,
Mads Fog Albrechtslund
Denmark

Saw that in the list but have never used it before. That might be a good solution. I’ll check it out.

Thanks.