Settings:
CheckedColor="#fae1c2"
CheckedSymbolColor="Black"
Works fine on IOS and Android, but shows as white on UWP.
Request for RadioButton-like mutual exclusive selection using a Group type of property. Ex: <CheckBox Group="Gender" /> <CheckBox Group="Gender" /> <CheckBox Group="Gender" /> When one of the CheckBoxes in the Gender group are checked, any other selections are cleared.