Class CheckBox

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

public class CheckBox extends CompoundButton

A checkbox is a specific type of two-states button that can be either checked or unchecked.

See the Checkboxes guide.

  • Constructor Details

    • CheckBox

      public CheckBox(Context context)