Describe the bug
On a checkbox, if you set the Foreground property to "Red". The UI is correct while the CheckBox is in the unChecked state. It handles mouse over/exit operations correctly.
When the checkBox state changes to Checked, the Foreground reverts back to default. Red is no longer displayed. Unchecking reverts back to red.
Steps to reproduce the bug
Expected behavior
Red should be sustained color in all modes.
Screenshots


NuGet package version
WinUI 3 - Windows App SDK 1.6.5: 1.6.250205002
Windows version
Windows 11 (24H2): Build 26100
Additional context
No response