behavior: radio

Standard radio button implementation. Can be applied to any group of elements having the same name to achieve one-of-group checked functionality.

Elements

that have this behavior applied by default:

Attributes

that this behavior knows about:

Events

Aside of standard set of events (mouse, keyboard, focus) behavior:radio generates:

Value

true/false, reflects current status of :checked state flag.

Note: behavior:form treats all radio elements of the group as a single value.