<@U6L2XCXU2> I can expose the toggle button in eac...
# tornadofx
e
@aayush I can expose the toggle button in each drawer item so that you can bind a boolean expression to the enabled state using
enableWhen
or
disableWhen
?
a
@edvin Yeah okay. How to do that?
e
I will make sure you can do
toggleButton.enableWhen(yourBooleanExpression)
later today 🙂
👍 1