I was looking a while for how to build a list item with a check mark if selected.
Checking different Resources, it seems there are a lot of code solutions, bot no true XAML only one.
So this is what i tried to achive:
Any additions are welcomed.
In the spirit of Answer-your-own (Stackoverflow blog)

So here is what I actually got after hours of figuring it out. As said, any additions are welcomed.
The check mark is:
The style code:
StaticResourceascheckmarkItemThe implementation:
ItemContainerStyle="{StaticResource checkmarkItem}"