Value can be anything you want, a string, a number etc and is the value that is passed to the server when the checkbox is checked and submitted to somewhere such as an ASP page.
CHECKED is a boolean, true or false, if true then the checkbox is currently checked, and vice versa.
|