Hey there,
I'm making a form with your amazing plugin.
I want to add some radiobuttons and display them as rectangles.
I've found this tutorial to make it work:
http://viralpatel.net/blogs/css-radio-button-checkbox-background/
In this tutorial you need to have the html like this:
<input type="radio" id="radio1" name="radios" value="all" checked>
<label for="radio1">iPhone</label>
So the label has to be around the text.
In your plugin there is a option to add a label, but then the label is wrapped around the whole input type.
Is there a way to put it just around te text, but inside the input so i can style the radiobuttons similar to the tutorial?
Thanks in advance!