Skip to main content

Interface: FormIcons

Configuration for form element icons in the Mimeeq UI.

This interface controls the appearance of icons used in form inputs and controls throughout the configurator. These icons provide visual feedback for form interactions and states.

Properties

checkedCheckbox?

optional checkedCheckbox: string

SVG or icon component for the checked checkbox icon.


checkedRadio?

optional checkedRadio: string

SVG or icon component for the checked radio button icon.


decrease?

optional decrease: string

SVG or icon component for the decrease number input value icon.


emptyRadio?

optional emptyRadio: string

SVG or icon component for the empty radio button icon.


errorInfo?

optional errorInfo: string

SVG or icon component for the error info icon.


increase?

optional increase: string

SVG or icon component for the increase number input value icon.


indeterminateCheckbox?

optional indeterminateCheckbox: string

SVG or icon component for the indeterminate checkbox icon.


optional search: string

SVG or icon component for the search icon.


uncheckedCheckbox?

optional uncheckedCheckbox: string

SVG or icon component for the unchecked checkbox icon.