With the use of CSS you can control hoe forms on your website look, however certain items like checkboxes, radio buttons and selects cannot be altered, they are rendered by the visitors operating system. There is no way to get around it. The key to changing their appearance is by not using checkboxes at all, use an image instead, store the values in a hidden field and glue it together with a few lines of JavaScript. |