A simple toggle

I’ve got a nice setup with just one thing missing: a simple view toggle for the user.

The setup: I have an Account page viewable by the client, with Table A and Table B. I created a multi-choice field called “Toggle” with those two options, “Table A” and “Table B.”

On the page itself, I have page rules that say if “Table A” is selected in the Toggle field, hide table B. Likewise, if “Table B” is selected, hide Table A.

My challenge is, what is the simplest, most artful way to let the logged-in User select A or B? I have toyed with a grid with a single field and inline editing - ugh. Or a form with a single field, requiring the user to hit the Submit button after selecting, and have the page refresh. Both look and feel clunky.

Any thoughts on how I might streamline it, and maybe make it look nicer? All thoughts are good thougths. Many thanks in advance.