onUnChecked

inline fun CompoundButton.onUnChecked(crossinline block: () -> Unit)

Sets CompoundButton.OnCheckedChangeListener and calls specified function block if this button state changed to unchecked

See also