🙋 Feature Request
FluentMenuItem component has no two way databinding when using @bind-Checked.
🤔 Expected Behavior
The user should be able to control the Checked state of the FluentMenuItem.
😯 Current Behavior
You can only set the Checked property in the beginning then you have not information what state the checked flag is for a certain menu item.
💁 Possible Solution
Add the CheckedChanged event callback.
🔦 Context
I want to know which items are checked or not, and how that is changing.
💻 Examples