Web Links [Tag : checkboxes]
Sort By :
1. Javascript Function to Check or Uncheck all Checkboxes
Use this Javascript function to check or uncheck all the checkboxes in a form. This function is specially designed for dynamic pages with varying numbers of checkboxes. Unlike other functions out there, it will work without error even if there are no checkboxes or there is only one checkbox. It is also significantly faster for long lists, because it saves the length of the checkbox in a variable, instead of recalculating it in the loop. Finally, the function is granted to the public domain--use it as you wish.
Category:   JavaScript > Scripts and Programs > Forms

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. Read Clicked Checkboxes Function
When using checkboxes for selecting multiple items, there is an efficient way to read all the clicked checkboxes and return a string of their values.
Category:   ASP > Tutorials > Form Processing

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

3. Changing the appearance of checkboxes
This script automatically replaces all checkboxes with your own cool checkbox-image without the need to change any HTML. Your forms will keep working exactly like they did before.
Category:   JavaScript

Hits: 4    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

4. Amazing Buttons and Checkboxes
QButton is a flexible class that can be customized to serve either as a normal clickable button or as a checkbox. Additionally to these common control types QLIB introduces a web-button and a signal. Button control may have an optinal tooltip. It also sets the status for the page.
Category:   JavaScript > Scripts and Programs > Links and Buttons

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

5. Count Checkboxes/RadioBoxes Selected
This is a short JavaScript function that demonstrates how to count the number of radio boxes that are selected.
Category:   JavaScript > Scripts and Programs > Forms

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR