Thursday, 22 August 2013

multiline checkbox using jQueryMobile

multiline checkbox using jQueryMobile

I want to add some more text with a different style and in yellow.
Is there a way to do this inside checkbox?
for example:
<fieldset data-role="controlgroup" data-iconpos="right">
<input type="checkbox" name="checkbox-v-6b"
id="checkbox-v-6b">
<label for="checkbox-v-6b">
some text</label>
</fieldset>
I've tried to add another label but that didn't work...
Any suggestions?

No comments:

Post a Comment