The <radioitem> Tag

Purpose

The <radioitem> tag renders a radio button input field (i.e., it is mapped to an HTML <input> element with type="radio").

Requirements

A <radioitem> tag has to be embedded in a <group> tag.

Attributes

Attribute groups: %coreattrs, %i18n, %events and %input.

NameDescription
checked Mapped to the HTML attribute of the same name, if no current value is available.
value Required - Mapped to the HTML attribute of the same name. The value has to be a valid key in the group model of the enclosing <group> tag.

Body

The <radioitem> tag has no body.

Related tags

<radio>, <checkboxitem>, <checkbox>