Usage Information
Avalonia 12.1.0, Windows 11
Description
The check mark on a MenuItem when it's using ToggleType="CheckBox" doesn't appear.
Reproduction Steps
- Create a new Avalonia project
- Use the Material theme
- Use the following XAML code in
MainWindow.axaml:
<StackPanel>
<Menu>
<MenuItem Header="Menu">
<MenuItem ToggleType="CheckBox" IsChecked="True" Header="Checked Menu Item"/>
</MenuItem>
</Menu>
</StackPanel>
Expected Behavior
I'd have expected the check mark to appear.
Actual Behavior
No checkmark is shown.
Regression?
No response
Known Workarounds
No response
Anything else?
Very similar to AvaloniaUI/Avalonia#15417 which was created for the simple Avalonia theme back with 11.1.0.
Material theme
Fluent theme
Could you help with a pull-request?
No
Is there an existing issue for this?
Usage Information
Avalonia 12.1.0, Windows 11
Description
The check mark on a
MenuItemwhen it's using ToggleType="CheckBox" doesn't appear.Reproduction Steps
MainWindow.axaml:Expected Behavior
I'd have expected the check mark to appear.
Actual Behavior
No checkmark is shown.
Regression?
No response
Known Workarounds
No response
Anything else?
Very similar to AvaloniaUI/Avalonia#15417 which was created for the simple Avalonia theme back with 11.1.0.
Material theme
Fluent theme
Could you help with a pull-request?
No
Is there an existing issue for this?