I would like to put a single checkbox into a form. A single checkbox after our privacy statement with the typical "I have read and accept the conditions…" would be great!
So far I can only seem to create a single list item with a checkbox in an unordered list? Any suggestions? Thanks 
[quote]So far I can only seem to create a single list item with a checkbox in an unordered list? Any suggestions? Thanks 
[right][post=“13970”]<{POST_SNAPBACK}>[/post][/right][/quote]
AFAIK, the custom form always puts checkboxes (and radio buttons) into Unordered Lists so that they are easier to style as elements. My advice is to leave it in an unordered list and style it appropriately.
Or, submit a feature request!
For future reference an example of this might be:
li { list-style-type: none; }
yeh we can use that… but there will still be <ul><li>…</li><ul> in the HTML which we don't want.