How to make a selected button when you click?

I have several items on my menu. Let’s say:
Button0
Button1
Button2

How to make a selected button when you click, initialize to “Button0” and when the user click to another button (ex: Button1 or Button2), the color will be switched to this new selected button??

thanks in advance,