Subject: | Cannot enclose elements generated by options in tags |
I'd like to be able to enclose elements generated by widget options (e.g. radio options) in
individual tags. Widget-Factory does not currently allow this.
<p><input type="radio" name="blah" />Pen</p>
<p><input type="radio" name="blah" />Pencil</p>