I\'ve bound a MenuItem to a Enum using this solution.
The Enum Values are displayed correctly, yet I cannot seem to set a default checked value for the MenuItem\'s
in your solution consider changing
to
in your example you check that header is equal to sting "enums:AnEnum.ItemA" not to enum AnEnum member ItemA.