async function switchScheme(isClicked) { if (isClicked == true) { jtd.setTheme("eyetrackvr"); } else { jtd.setTheme("light"); } }