OptionalattrsHTML attributes.
OptionalautofocusAutomatically focus the input on page load.
OptionalchangeFired when the input value changes.
OptionalcheckedInitial checked state.
OptionalclsAdditional CSS classes.
OptionalcontentChild content (components, strings, or HTML).
OptionaldisabledComponent is initialy disabled.
Optionaldom_DOM event listeners.
OptionalexistingExisting DOM element to wrap.
OptionalflexEnables flex layout (boolean) or sets flex-grow (number).
OptionalfocusFired when the input receives/loses focus.
OptionalheightHeight (px or string like "50%").
OptionalhiddenComponent is initialy hidden.
OptionalidElement ID.
OptionalnameInput field name. required if you want to use form getValues/setValues
OptionalnsNamespace for SVG/MathML elements.
OptionalplaceholderPlaceholder text displayed when empty.
OptionalreadonlyMakes the input read-only.
OptionalrefReference to the component instance.
OptionalrequiredMarks the input as required.
OptionalstyleInline CSS styles.
OptionaltagHTML tag name (default: "div").
OptionaltooltipTooltip text.
OptionalvalueCheckbox value (submitted when checked).
OptionalwidthWidth (px or string like "50%" or "3em").
Checkbox-specific input properties.