Lutrasoft / Fancyform

jQuery plugin for transforming HTML form elements
http://www.lutrasoft.nl/jQuery/fancyform/
37 stars 22 forks source link

Styled dropdown with Multiple options generated checkboxes are not Styled #12

Open rohan210 opened 9 years ago

rohan210 commented 9 years ago

<select name="X" multiple> <option value="x1">X1</option> <option value="x2">X2</option> <option value="x3">X3</option> <option value="x4">X4</option> </select>

jQuery("select").transformSelect();

Then the generated checkboxes are not styled.