Hi Team,
I have Multiple Choice field in SharePoint Online list, which I have pulled in Power Apps.
And below that I have added a Vertical Gallery added, which should display the selected values from the multiple choice field.
Below is the representation of the power apps page, how exactly I want to display.

In OnVisible property of the respective screen, I have created a collection Collect(CollTechSkillSelected,DataCardValue134.SelectedItems);
Within the Gallery I have two controls added- Text Label and Radio.
Gallery's DataSource has been set to CollTechSkillSelected.
Text Label's Text Property I have set to DataCardValue134.Selected.Value.
And Radio's item property has been set to ["Beginner","Proficient","Expert"].
Could you please tell me how to achieve this? Because it is not coming as I expected.
Thanks,
Harisha