Test CSS3 custom control
HTML
Custom control images and concept from www.thecssninja.com<br/>
<br/>
<input type="checkbox" class="radio" value="1" name="fooby[1][]" id="r1" /><label for="r1"></label>
<input type="checkbox" class="radio" value="2" name="fooby[1][]" id="r2" /><label for="r2"></label>
<input type="checkbox" class="radio" value="3" name="fooby[1][]" id="r3" /><label for="r3"></label>
<br/>