Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Checkbox visualization on UWP #14

@BurningAXE

Description

@BurningAXE

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:
subtasks_winphone

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!

P.S. Thanks for the nice component :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions