If you want the `Finish` button to only be clickab...
# tornadofx
e
If you want the
Finish
button to only be clickable when all pages are complete you can du
override val canFinish = allPagesComplete
in the Wizard.