Shubham Jain

Results 3 comments of Shubham Jain

You have to manage state from your end ``` toggleBtn.setOnToggleChanged { if(it){ toggleState = true; }else{ toggleState = false; } } ```

Did you find the solution?