Skip to main content

Inno-radio

light background
dark background

Overview

Represents the default radio button for the Innomics applications.

Properties

PropertyAttributeDescriptionTypeDefault
checkedcheckedbooleanundefined
disableddisabledWhether component is disabled. In this state no other state effects are applied to the element like error.booleanfalse
errorerrorWhether the element is in error state. Error state can be defined if manual error handling is required.booleanfalse
labellabelLabel to show.string''
namenameForm entry group name.stringundefined
readonlyreadonlyWhether the component is readonly. In this state no other state effects are applied to the element like error.booleanfalse
requiredrequiredMark the component as required and show the required marker. Validation is performed with this property.booleanfalse
tabIdxtab-idxThe tab index.number0
valuevalueRadio button value.stringundefined
variantvariantTheme variant of the component."dark" | "light"'light'

Events

EventDescriptionType
valueChangeEmits the associated value when the element is clicked.CustomEvent<string>

Methods

unselect() => Promise<void>

Remove the selection from the given control. Can be used to synchronize the selection state between the radio group elements if manual control is required.

Returns

Type: Promise<void>


Built with StencilJS