91-9990449935 0120-4256464 |
Android CheckBox ExampleAndroid CheckBox is a type of two state button either checked or unchecked. There can be a lot of usage of checkboxes. For example, it can be used to know the hobby of the user, activate/deactivate the specific action etc. Android CheckBox class is the subclass of CompoundButton class. Android CheckBox classThe android.widget.CheckBox class provides the facility of creating the CheckBoxes. Methods of CheckBox classThere are many inherited methods of View, TextView, and Button classes in the CheckBox class. Some of them are as follows:
Android CheckBox Exampleactivity_main.xmlDrag the three checkboxes and one button for the layout. Now the activity_main.xml file will look like this: File: activity_main.xml
Activity classLet's write the code to check which toggle button is ON/OFF. File: MainActivity.java
Output:
Next TopicAndroid Alert Dialog Example
|