mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
18 lines
365 B
HTML
18 lines
365 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>GSWCheckBox Test 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>GSWCheckBox Test 2</h2>
|
||
|
<br/>
|
||
|
Is Checked : <webobject name="IsCheckedValue"></webobject><br/>
|
||
|
<br/>
|
||
|
<webobject name="Form">
|
||
|
<webobject name="ACheckBox"></webobject>Check Me !
|
||
|
<webobject name="SubmitButton"></webobject>
|
||
|
</webobject>
|
||
|
<hr/>
|
||
|
<webobject name="MainPageLink"></webobject>
|
||
|
</body>
|
||
|
</html>
|