``` hyperlink("${pages.indexOf(page) + 1}. ${p...
# tornadofx
r
Copy code
hyperlink("${pages.indexOf(page) + 1}. ${page.title}") {
                            toggleClass(WizardStyles.bold, isPageActive)
                            action { currentPage = page }
                            enableWhen { enableStepLinksProperty }
                        }