Fairly new to Xamarin and mobile development so this question has been driving me in endless circles this afternoon. I have a screen where the user sees multiple tags in a horizontal layout like [Tag1] [Tag2] [Tag3]. I want the tags to look like rounded rectangle buttons. The idea is that the user taps which ones they want and those should highlight to a different color. When the user hits submit, I want to loop through each control and determine which ones were chosen.
I haven't been able to understand if I should be using Buttons, Labels, RadioButtons, Switches, Toggles, and whether I need to implement a Custom Renderer or just use the styling in Android / iOS. This has been very confusing and any help is greatly appreciated.