CheckBox « UI « Android






1.Listen to CheckBox action
2.Is CheckBox selected
3.Get CheckBox value
4.flips the checkbox to unchecked if it was checked
5.Use choice mode on a list. This list is in CHOICE_MODE_SINGLE mode, which means the items behave like checkboxes.
6.Use choice mode on a list. This list is in CHOICE_MODE_MULTIPLE mode, which means the items behave like checkboxes.