DeweyCheckBox

class DeweyCheckBox @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : AppCompatCheckBox

Dewey implementation of checkbox control, with the customization of the button image.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null)