<we:field type="checkbox">
Since version: - | Requires endtag: no
Description
This tag is used inside a <we:listview> tag to output the content of a checkbox field.
Specific
Inside <we:linklist> this tag cannot have attributes.
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- checkbox
Syntax
<we:field type="checkbox" />
Examples
Example 1
<we:listview> <we:repeat> <we:field type="checkbox" name="Switch" /> </we:repeat> </we:listview>