uiv-lib/uiv

Need to uncheck selected radio button

RushabhJoshi opened this issue · 1 comments

Right now I am using radio button to select services but whenever user select service he might need to uncheck those service

I tried with active prop but got no success

Can you provide me any solution related to this?

wxsms commented

radio btn it self does not provide such function. you can add a additional btn to achive this by setting the v-model value to empty, which should uncheck them.