What you get back from the `selectedToggleProerty`...
# tornadofx
e
What you get back from the
selectedToggleProerty
is just a
Toggle
so you might have to cast it to a
ToggleButton
to inspect it.
whenSelected
enables you to skip all that and just react when that toggle is selected instead.