You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
I think I have found two bugs with the visualization of the checkbox on UWP.
Here is the XAML: <messier16:Checkbox Checked="{Binding Complete}" TickColor="Yellow" CheckboxBackgroundColor="Green" BackgroundColor="Transparent" WidthRequest="30" HeightRequest="30" />
And here is how it looks like:
As you can see the colors are not respected. (They work fine on iOS and Android)
The second problem is that checkboxes that are checked at startup have a checkmark (Subtask 0) but when you toggle one at runtime it just fills with color (Subtask 1). If I toggle Subtask 0 off and on, the checkmark disappears.
Let me know if I'm missing something or if you need further info to debug this!