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