klyn.gui.windows.MenuItem.isCheckable
property
public property isCheckable as Boolean = false
Description

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)