<sasads:Checkbox>
Generates the appropriate HTML 4.0/XHTML 1.0 INPUT tag attributes to represent a checkbox.
Syntax
<sasads:Checkbox
[customAttributes="java.lang.String"]
[epilog="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[name="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="java.lang.String"]
[selected="true|false"]
[styleClass="java.lang.String"]
[style="java.lang.String"]
[text="java.lang.String"]
[value="java.lang.String"] />
Attributes
customAttributes | |
|---|---|
epilog | |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
name | |
prolog | |
ref | |
render | |
scope | |
selected | The state of the FORM element; "true" results in a selected check box. |
styleClass | |
style | |
text | Text string that is displayed adjacent to the check box (that is, its label). |
value | String value that is assigned to the checkbox FORM element when it selected (or "checked"). |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.beans.CheckboxInterface.
If you need to subclass the tag handler class for the sasads:Checkbox tag, extend com.sas.taglib.servlet.beans.CheckboxTag.