PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloper’s Guide

Icon

The Icon element renders a single Material Icon within a form — a small, universally recognizable symbol that can communicate status, category,…

The Icon element renders a single Material Icon within a form — a small, universally recognizable symbol that can communicate status, category, action intent, or context at a glance. It draws from the full Material Icons library, giving you access to hundreds of icons covering every common UI need.

Icons can be displayed in filled or outlined style (isoutlined), labeled, and conditionally shown or hidden at runtime. Because selecticon and visible are part of the data model in Procesio Forms, the displayed icon can be swapped dynamically — for example, showing a check_circle when a validation passes, a warning when it fails, or a specific category icon based on a process variable.

Key Use Cases

•        Visual status indicators — swapping between check, warning, and error icons at runtime

•        Category or type indicators alongside form sections or list items

•        Decorative icons in headers or next to labels to improve form scannability

•        Dynamically changing icons to reflect the current state of a process or approval

Runtime API — Attributes in Procesio Forms

All attributes below are accessible and modifiable at runtime via the element's data model in Procesio Forms.

API NameDescriptionTypeDefaultNotes
labelOptional display label shown with the iconstring
tooltipHelp text shown alongside the iconstring
selecticonThe Material Icon name to displaystringSee full icon list in docs
isoutlinedIf true, uses the outlined icon stylebooleanfalse
visibleControls element visibilitybooleantrue
nameUnique element namestring
idUnique element IDstring

For support, please join our Discord community for further assistance and support.

On this page