I have a menu with a `checkmenuitem` in it that I ...
# tornadofx
m
I have a menu with a
checkmenuitem
in it that I would like to bind to a property in my controller. There doesn't seem to be a
bind
method on
checkmenuitem
like there is on
checkbox
. How do I bind the menu item to the property?