Hi all,
I tried to make a html push button checked/highlighted by trying "document.getElementById("button").checked = true;" but Unlike <input type=(radio/checkbox) />, it appears that input type=button does not support the checked attribute.
Is there a way to use dom to either make the button checked or simulate the button being checked like it looks when the cursor is focused on it (the two tone color look) until the button is pressed again?