FilterCheckBox

class FilterCheckBox : AppCompatCheckBox

Constructors

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

Functions

filter
Link copied to clipboard
fun filter(block: FilterCheckBox.() -> Boolean)
toggle
Link copied to clipboard
open override fun toggle()

Properties

checkable
Link copied to clipboard
var checkable: Boolean = true