Hi,
I have a web app which uses only edit boxes and buttons. No problems manipulating any of them.
But I can't figure out how to declare an element, and then connect it with a checkbox from the html, and then retrieve the checked/unchecked value.
Yes, I've searched the forum, and looked at some samples. There are several examples of checkboxes, but most of them are not in an html context. There are some checkbox references in some of the examples, but they all seem to be retrievable in an array rather than direct clear assignments, and anyway won't compile with 4.01.
Haven't been at it too long, just a few hours, but that's time enough to send out the SOS.
Are there any snippets that retrieve the checked/unchecked value of a checkbox, so it can be used as part of an if...then condition?
I have a web app which uses only edit boxes and buttons. No problems manipulating any of them.
But I can't figure out how to declare an element, and then connect it with a checkbox from the html, and then retrieve the checked/unchecked value.
Yes, I've searched the forum, and looked at some samples. There are several examples of checkboxes, but most of them are not in an html context. There are some checkbox references in some of the examples, but they all seem to be retrievable in an array rather than direct clear assignments, and anyway won't compile with 4.01.
Haven't been at it too long, just a few hours, but that's time enough to send out the SOS.
Are there any snippets that retrieve the checked/unchecked value of a checkbox, so it can be used as part of an if...then condition?