<hx-radio-set>
v0.16.0+
HelixUI v0.16.0 or later required
The <hx-radio-set> block element is used to define a set of
behavior to augment native browser validation capabilities. It is used to define
a set of related Radio components.
Attributes
Attributes enable declarative configuration of an element, via HTML markup.
-
hx-changed {Boolean}
read-only -
Present if any descendant
<hx-radio-control>element has thehx-changedattribute. -
hx-dirty {Boolean}
read-only -
Present if any descendant
<hx-radio-control>element has thehx-dirtyattribute. -
hx-touched {Boolean}
read-only -
Present if any descendant
<hx-radio-control>element has thehx-touchedattribute.
Properties
JavaScript properties enable programmatic access to an element's configuration and state.
-
isDirty {Boolean [false]}
read-only -
True if the
hx-dirtyattribute is present. -
wasChanged {Boolean [false]}
read-only -
True if the
hx-changedattribute is present. -
wasTouched {Boolean [false]}
read-only -
True if the
hx-touchedattribute is present.