Styling Checkboxes and Radio Buttons With CSS and JavaScript
Use your own images to style checkboxes and radio buttons, and make custom select lists with CSS and JavaScript.
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
Javascript Check and Uncheck All Checkboxes
Apr 27, 2000 . Check Boxes auto check and uncheck using javascript. . By passing the checkbox group's name to the onclick event of the buttons, you can .
http://www.shiningstar.net/articles/articles/javascript/checkboxes.asp
Checkbox check or uncheck all in JavaScript by button
Check or Uncheck all in a group of checkbox in JavaScript. If we have a series or a group of check boxes then we can provide one button to check all the .
http://www.plus2net.com/javascript_tutorial/checkbox-checkall.php
Manipulating radio and check boxes in JavasScript - JavaScript Kit
Whether it is a radio or a check box makes no difference to JavaScript. The below defines a radio button with the name "test", and uses JavaScript to access it: .
http://www.javascriptkit.com/javatutors/radiocheck.shtml