I have a menuitem with ischeckable and it comes with a checkmark. i wish to remove the checkmark that comes with it. I have a packicon but it doesnt overwrite the checkmark also. Any help please!
<MenuItem Header="Save Trace" Command="{Binding SaveXML}"
IsCheckable="True"
IsChecked="{Binding SavingTrace,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
IsEnabled="{Binding StartTraceEnable}" >
<MenuItem.Icon>
<materialDesign:PackIcon Kind="Restore" />
</MenuItem>