let’s say we have 10 checkboxes, How would you make after you choose One, other checkbox is non editable or selectable for example

If we choose checkbox A, the checkbox -A must be non editable or selectable.
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, apply a SelectionListener to your Control and Disable all other Controls with a loop through all your controls.