interface OnModelCheckedChangeListener<T : EpoxyModel<*>!, V : Any!>
onChecked
abstract fun onChecked(model: T, parentView: V, checkedView: CompoundButton!, isChecked: Boolean, position: Int): Unit
Called when the view bound to the model is checked.