Skip to main content

JeCheckbox | <je-checkbox>

Properties

PropertyAttributeDescriptionTypeDefault
datadataBy default, it will submit true or false depending on the checked state. Use this property to submit a custom value instead.stringundefined
indeterminateindeterminateIf the checkbox should contain a 3rd indeterminate statebooleanfalse
labelPlacementlabel-placementWhether or not the label should go before or after the checkbox"end" | "start"'end'
originalValueoriginal-valueOriginal value form will reset tobooleanundefined
requiredrequiredMarks the control as required in the form. This will only affect indeterminate checkboxes.booleanfalse
valuevalueWhether or not the checkbox is activebooleanundefined

Events

EventDescriptionType
valueChangeEmits the current value whenever it's state changesCustomEvent<boolean>

Dependencies

Depends on

Graph


Built with StencilJS