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?
optionalcheckedCheckbox:string
SVG or icon component for the checked checkbox icon.
checkedRadio?
optionalcheckedRadio:string
SVG or icon component for the checked radio button icon.
decrease?
optionaldecrease:string
SVG or icon component for the decrease number input value icon.
emptyRadio?
optionalemptyRadio:string
SVG or icon component for the empty radio button icon.
errorInfo?
optionalerrorInfo:string
SVG or icon component for the error info icon.
increase?
optionalincrease:string
SVG or icon component for the increase number input value icon.
indeterminateCheckbox?
optionalindeterminateCheckbox:string
SVG or icon component for the indeterminate checkbox icon.
search?
optionalsearch:string
SVG or icon component for the search icon.
uncheckedCheckbox?
optionaluncheckedCheckbox:string
SVG or icon component for the unchecked checkbox icon.