I have this code which imports a file depending on user's selection (3 radio buttons romaji, hiragana,kanji)
The way it is now, checkImport() returns the last option (from handlers) no matter which button is selected. What changes Do I have to do the Javascript to activate the 3 selections? Any help will be greatly appreciated. Cheers!
Code:
    whichlang = "English"
    def checkImport():
        if UserLogin.whichlang
...