updated for change in RadioBoxModel

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-21 14:09:24 -05:00
parent c41cf3f18e
commit c3290f83ba

View File

@ -27,7 +27,7 @@ import VDS
let selectedBox = boxes.first { (box) -> Bool in
return box.selected
}
return selectedBox?.fieldValue ?? selectedBox?.text
return selectedBox?.formFieldValue() ?? selectedBox?.text
}
//--------------------------------------------------