Adding check boxes to my app. How do i make sure that a user can only tick one box and not all of them?
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!