<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-changed
attribute. -
hx-dirty {Boolean}
read-only -
Present if any descendant
<hx-radio-control>
element has thehx-dirty
attribute. -
hx-touched {Boolean}
read-only -
Present if any descendant
<hx-radio-control>
element has thehx-touched
attribute.
Properties
JavaScript properties enable programmatic access to an element's configuration and state.
-
isDirty {Boolean [false]}
read-only -
True if the
hx-dirty
attribute is present. -
wasChanged {Boolean [false]}
read-only -
True if the
hx-changed
attribute is present. -
wasTouched {Boolean [false]}
read-only -
True if the
hx-touched
attribute is present.