Stay organized with collections Save and categorize content based on your preferences.
Checkable
public interface Checkable
Known indirect subclasses CheckBox | A checkbox is a specific type of two-states button that can be either checked or unchecked. | CheckedTextView | An extension to TextView that supports the Checkable interface and displays. | CompoundButton | A button with two states, checked and unchecked. | RadioButton | A radio button is a two-states button that can be either checked or unchecked. | Switch | A Switch is a two-state toggle widget. | ToggleButton | Displays checked/unchecked states as a button with a "light" indicator and by default accompanied with the text "ON" or "OFF". | |
Defines an extension for views that make them checkable.
Summary
Public methods |
abstract boolean | isChecked() |
abstract void | setChecked(boolean checked) Change the checked state of the view |
abstract void | toggle() Change the checked state of the view to the inverse of its current state |
Public methods
isChecked
public abstract boolean isChecked ()
Returns |
boolean | The current checked state of the view |
setChecked
public abstract void setChecked (boolean checked)
Change the checked state of the view
Parameters |
checked | boolean : The new checked state |
toggle
public abstract void toggle ()
Change the checked state of the view to the inverse of its current state
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]