I am using the RadioMenuFlyoutItem in my UWP app. I want to change the default 'dot' that appears when it's checked to a tick. I have seen the Icon property, but this just allows me to add another icon net to the dot.
There is no Style template for the RadioMenuFlyoutItem in generic.xaml, so how can I achieve this?