HAWHAW XML ReferenceVersion 1.1


<checkbox>


Down  Summary
Down  Attributes
Down  Example
Down  See also

Summary
Provides a single checkbox element in a <form> element.
 
Attributes
name Variable in which "value" is sent to the destination URL, in case that the box is checked.
value See "name".
label Describes the checkbox on the user's screen/display.
checked Pre-check this checkbox.
yes | no (default)
 
Example

... <checkbox name="agmt" value="yes" label="I agree"/> ... <checkbox name="agmt" value="yes" label="I agree" checked="no"/> ... <checkbox name="agmt" value="yes" label="I agree" checked="yes"/> ...
Note: The first and the second example are identical.
 
See also
<form>
 
last update: 14.04.2002 - 23:10:53HAWHAW - Keep on laughing!