mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
Ported to WO names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
17 lines
365 B
HTML
17 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>
|