Skip to main content

inno-checkbox

light background
dark background

Overview

Checkbox for Innomatics design system.

Properties

PropertyAttributeDescriptionTypeDefault
checkedcheckedWhether element is checked.booleanundefined
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
indeterminateindeterminateWhether indeterminate state is enabled for the component. The component is in indeterminate state if it is explicity requested and the checked status is not definedbooleanfalse
labellabelLabel to show.string''
namenameForm entry 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
variantvariantTheme variant of the component."dark" | "light"'light'

Events

EventDescriptionType
valueChangeChecked status has been changed.CustomEvent<boolean>

Built with StencilJS