[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [Checked]
I have 9 <input type="checkbox">'s
By default none are checked. So far so good.
if the user clicks it and submits it, it is fine, if there is a error
the page is displayed and they are given the errors of what they
forgot to fill out. boxes are still checked appropriately.
IF they unclick one of the 9 boxes (which aren't required) and they
submit if the page is redrawn (cause of errors) the boxes are checked
again.
Checked the docs used some examples. no luck. I just need it so that
if they uncheck a box it stays unchecked.
Anyone have any snippets of code?
checked reference http://interchange.redhat.com/cgi-bin/ic/dev/ictags_14.html
Ven