Network, Computer and Programming Resources
Java - Checkbox
A form element that the user sets to on or off by clicking and that must be defined in a <form> tag. Using the checkbox object, you can see whether the box is checked and review the name and value. Property of form. See radio OBJECT; see PROPERTIES checked, defaultChecked, name, value; see click METHOD; see onClick EVENT HANDLER.