Making sure that a user can only tick one checkbox
Posted: Mon Jan 14, 2013 8:54 pm
Adding check boxes to my app. How do i make sure that a user can only tick one box and not all of them?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Adding check boxes to my app. How do i make sure that a user can only tick one box and not all of them?
Hello,
Checkbox is a component for multiple choice. You can use Radio component to be sure that a user can select one item only.
True.. i'll try that one instead
thx for the fast answer!