OpenWGA 7.6 - WebTML reference

WebTML tags » input

<tml:input labeled ="true | false">

Purpose:

Wraps the option titles of type="checkbox|radio" inside HTML label tags

Description:

This attribute is only valid on input type "checkbox" or "radio".

Setting this attribute to true will let OpenWGA wrap the titles of options for this input into the HTML tag <label>. This has the benefit that the browser "knows" that the title is related to the checkbox/radio button and can offer adequate functionality. Most browsers will now allow clicking the label to check/mark the button.

Another benefit is that the contents of the label tag can be styled using CSS stylesheets.

Value(s):

true: Enable output of HTML label tags for titles

false: No label output

Default value:

false