[Webtest] Re: Someone really attribute value of setcheckbox?
Marc Guillemot
webtest@lists.canoo.com
Thu, 08 Jul 2004 10:24:32 +0200
Nothing to fear, I won't remove the value attribute of <setcheckbox> as many people are using it.
For my understanding, do you use it to distinguish two checkboxes with the same name in cases like:
<input type="checkbox" name="foo" value="banana">
<input type="checkbox" name="foo" value="orange">
or to fake the provided value of a checkbox uniquely identified by its name?
Marc.