Camunda Radio button for approval

I’m trying to create radio button for approve and reject in generate forms in bpmn but i can check both the buttons, if reject is checked .if I check approve then reject should be unchecked
but here both are checked

Hi @Amar
It is better to use just one check box named approved. So you can check if the Approved check box is not checked, It means that the request has been rejected.

Hi
I want to use approve and reject radio buttons, I have to show both approve and reject radio button using generate form

So use enum type and set approve and reject as its values.

It is taking select type I need radio button type