Question
Display the Field, based on user selection by Radiobutton.!
a!radioButtonField(
label: "Status",
choiceLabels:{"APPROVE","REJECT","RETURN"},
choiceValues: :{"APPROVE","REJECT","RETURN"} ),
a!paragraphField(
showwhen(...)
)
*if user selects Reject or Return, then only show the Paragraph field.
