ThakurBallary / react-native-radio-buttons-group

Simple, best and easy to use radio buttons for react native apps.
MIT License
248 stars 70 forks source link

multi select #51

Closed fukemy closed 1 year ago

fukemy commented 1 year ago

Hi, thanks for great library. I want to allow multi select, how can I do it? Thanks so much

ThakurBallary commented 1 year ago

When should you use radio buttons or checkboxes? This relies entirely on what question you are asking. If you want your users to select multiple options, use checkboxes. If you want your users to select only one option, use radio buttons (or another alternative).

Thank you

fukemy commented 1 year ago

yes, I done it, thanks so much