mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
423 B
HTML
19 lines
423 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Checkbox test</title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<form action="dummy.cgi">
|
|
<p>This should be checked <input type="checkbox" name="18895" value="1" checked="checked">
|
|
</p>
|
|
<p>This should not be checked <input type="checkbox" name="108515" value="1">
|
|
</p>
|
|
<p> <input type="submit" value="Submit"> <br>
|
|
</p>
|
|
</form>
|
|
</body>
|
|
</html>
|