Text which gets announced in a screen reader when the checkbox gets checked.
Turns off the screen reader announcement.
Text which gets announced in a screen reader when the checkbox gets unchecked.
Announces the (un)checked status together with the label.
The id of the actual checkbox element.
The aria-label value given to the wrapped checkbox field.
The aria-labelledby value given to the wrapped checkbox field.
The component actually takes the textContent from the label component and creates an aria-label value out of it.
The role of the checkbox.
A "switch" represents on/off values, as opposed to checked/unchecked values for a "checkbox". "option" is given automaticly when part of a hylo-checkbox-group.
Same as ion-checkbox.
Same as ion-checkbox.
Same as ion-checkbox.
An ion-label component which is bundled with this component under an ion-item is aria-hidden by default. This setting disables the default setting. You can still set the aria-hidden attribute manually.
The id of an element which holds an error message for this component. The error message is only considered when the component is invalid.
Same as ion-checkbox.
If not set, the component determents its invalidation based on "required" and its value.
Same as ion-checkbox.
Same as ion-checkbox.
Sets the wrapped ion-checkbox to "disabled" but keeps the value to be sent.
Is the checkbox required to be checked.
Same as ion-checkbox.
Fires when the component gains or looses focus through the "tab" key. The component also toggles the class "hylo-has-focus".
The emitted boolean value indicates whether the component gained or lost the focus.
Generated using TypeDoc
A alternative to ion-checkbox which adds accessibility functionality. Use it instead of ion-checkbox.
For manipulation of ion-checkbox properties after initialisation use the ion-component directly.