feat(frontend): Add RadioGroup, calculate highest compliance status

This commit is contained in:
2025-03-02 08:44:12 +01:00
parent 54bb370bfb
commit 8388cbe1a8
5 changed files with 83 additions and 17 deletions

View File

@@ -26,6 +26,7 @@ function getResolvedComponent(formElement: FormElementDto) {
case 'CHECKBOX':
case 'DROPDOWN':
case 'RADIOBUTTON':
return resolveComponent('TheRadioGroup')
case 'SWITCH':
return resolveComponent('TheSwitch')
case 'TEXTFIELD':