uiv-lib / uiv

Bootstrap 3 components implemented by Vue.js.

Home Page:https://uiv.wxsm.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to uncheck selected radio button

RushabhJoshi opened this issue · 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?

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.