Check a CheckBox : CheckBox « Form Control « JavaScript DHTML
- JavaScript DHTML
- Form Control
- CheckBox
Check a CheckBox
<html>
<head>
<title>A sample document</title>
</head>
<body bgcolor="White">
<form>
<input type="checkbox" checked name="cb1">Item 1
</form>
</body>
</html>
Related examples in the same category