Example usage for Java android.widget Checkable fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | isChecked() |
void | setChecked(boolean checked) Change the checked state of the view |
void | toggle() Change the checked state of the view to the inverse of its current state |