I was wondering if anybody knows how to uncheck a checkbox in a web browser using VB.NET? I
Using the code .SetAttribute("checked", "true") will check a checkbox but using "false" will not uncheck it. I really need to figure this out, does anybody have any ideas?