Shubham Jain
Results
3
comments of
Shubham Jain
@adesueb : Thanks alot dude
You have to manage state from your end ``` toggleBtn.setOnToggleChanged { if(it){ toggleState = true; }else{ toggleState = false; } } ```
Did you find the solution?