Font size:
Checkbox
Renders an HTML checkbox, based on a boolean value.
See also: org.apache.tapestry.form.Checkbox, Form
Parameters
Name | Type | Direction | Required | Default | Default Binding | Description |
---|---|---|---|---|---|---|
value | boolean | in/out | yes | ognl | Value editted by the component; read on render, updated on form submit. This sets the check attribute of the rendered element. Deprecated alias: selected. | |
disabled | boolean | in | no | false | ognl | If true, then the checkbox will render as disabled and any input from the checkbox will be ignored. |
id | string | in | no | literal | Sets the id attribute for the rendered <input> element. |
Body: removed
Informal parameters: allowed
Reserved parameters: type, checked, name