I'm trying to select a checkbox using its value. The HTML is something like
this:
<input type=checkbox name=enable value="some-identifier-here">
<input type=checkbox name=enable value="something-else-here">
<input type=checkbox name=enable value="and-another">
I thought I could use:
field check ~v general-comments
but it throws the field not found exception. The following works, but isn't
very useful to me:
field check ~n enable
If anyone knows what I'm doing wrong off the top of their head, I'd
appreciate the help.
Thanks,
Michael
|