ID:272682
 
Well, i want to know something, i'd started to do a kind of game settings window, but here is my problem, i wanted to add a password fill, but i wanted to know if it was possible to do a check box and detect when it's click and do a input pops up (not after pressing ok)? and which would be better for this using HTML or the skin editor?.


-Danny Kenobi.
Be more specific and try to either explain in a clear way or to show examples.

I didn't really understand what you wanted.
You could try a loop to check if anything is checked, and do whatever.
I used that code to see if a specific pushbox was selected or not.

if(winget(src,"Element ID","is-checked")=="true")