<we:sessionField type="checkbox">
Since version: - | Requires endtag: no | Required modules: customer
Description
This tag is used to generate an HTML checkbox in a webEdition document where the session field can be set to 0 (inactive) or 1 (active).
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- checkbox
name
Default value: - | since version: - | required: yes
Set this Attribute to the name of the session field.
checked
Default value: - | since version: - | required: no
If you set this attribute to "true", the checkbox will be activated (checked) by default. If you set this attribute to "false" or do not set it at all, webEdtion will leave the checkbox unchecked by default.
Allowed values:
- true
- false
Syntax
<we:sessionField type="checkbox" name="attribute" [checked="true|false"] />