Hello!
I'm new to PowerApps and I've been trying to create a Rubric grading app for auditing.
I want to create a horizontal radio button but would like to adjust the spacing between them, so I tried the horizontal gallery solution from this post: Solved: Horizontal Radio Spacing - Power Platform Community (microsoft.com)
Everything was going well, until I decided to add another gallery "row" and now both filled buttons seem to be in-sync.
It's just the graphic from the button matches automatically, the value itself does change according to what is clicked.

I'm not entirely sure if the issue lies in this function in the OnSelect property:
UpdateContext({lclChoice:Self.Selected.Value})
or the Defaulty property from the Radio control
lclChoice