Page 1 of 1

Making sure that a user can only tick one checkbox

Posted: Mon Jan 14, 2013 8:54 pm
by BjornS

Adding check boxes to my app. How do i make sure that a user can only tick one box and not all of them?


Making sure that a user can only tick one checkbox

Posted: Mon Jan 14, 2013 8:58 pm
by Kateryna Grynko

Hello,

Checkbox is a component for multiple choice. You can use Radio component to be sure that a user can select one item only.


Making sure that a user can only tick one checkbox

Posted: Mon Jan 14, 2013 9:05 pm
by BjornS

True.. i'll try that one instead :) thx for the fast answer!