public property isCheckable as Boolean = false
Whether activating the item toggles its checked state.
Checkable items use the leading visual column to display their check indicator. The menu infrastructure updates isChecked before invoking click().
darkTheme = MenuItem("Dark Theme", isCheckable=true)