Class CheckBox

All Implemented Interfaces:
Drawable.Callback, ViewTreeObserver.OnPreDrawListener, Checkable, Checkable2
Direct Known Subclasses:
MaterialCheckBox

public class CheckBox extends CompoundButton

A checkbox is a specific type of tri-states button that can be either checked, unchecked, or indeterminate. The indeterminate state can only be set programmatically.

See the Checkboxes guide.