Skip to content

RadioImage/RadioImageGroup Components

Michael Voigt requested to merge feature/13-RadioImage-and-RadioImageGroup into develop

Added a RadioImageGroup Component, intended for the use in the FLOW forms.
It acts like a checkbox- or radioButton-group (set by the 'multiple' prop) with image and optional description text for each element.
Usage is described in src/components/RadioButtonGroup.ts.

Merge request reports