Frezyx/group_button

Adding boolean option to radion button to make selected button can be unselected

gnassro opened this issue · 1 comments

So my proposal is, if we can add an boolean option named like 'isRadioCanBeUnselected':

  • if it true

the selected radio button can be unselected if it tapped again, so the event onSelected: (index, isSelected) will return isSelected = false if the radio button unselected.
What do you think ?

Hello @gnassro !
Yeah, that sounds cool.