Drake83
Level 1
Write the reason you're deleting this FAQ
I'm trying to use a checkbox in my uBot HTML UI but it is always on. When I test the value, it is "on" whether the checkbox is checked or not. How do I use a checkbox properly in the HTML UI so that when it is not checked, it is not on? Here is my code:
Void
That should give you a correct reading in uBot when you read the variable. It looks like you forgot to put the fillwith value (fillwith="checked"), which will give an improper value in uBot. Try this: [code=html][/code] That should give you a correct reading in uBot when you read the variable.
Are you sure you want to delete this post?