What is the ChoiceGroup class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the ChoiceGroup class?
Rating:
The ChoiceGroup class is used to create check boxes and radio buttons. An instance of the ChoiceGroup class can either be exclusive or multiple. The exclusive instance is for radio buttons, and the multiple is for check boxes. The ChoiceGroup instance is created with the following syntax:
Here, the label parameter specifies the caption for the check boxes.
The choicetype parameter specifies one of the following two constants:
- EXCLUSIVE: It allows a user to choose only one option.
- MULTIPLE: It allows a user to choose more than one option.
Rating:
Was this information helpful?
Other articles
- What is the getResourceAsStream() method?
- What is the setMode() method?
- What is a permission?
- Things to practice for CX 310-110
- What is PushRegistry?