checkIf
inline fun <T> CompoundButton.checkIf(parent: CSHasChangeValue<T>, crossinline child: (T) -> CSProperty<Boolean>): CSRegistration
inline fun <T> CompoundButton.checkIf(parent: CSHasChangeValue<T>, crossinline childNullable: (T) -> CSProperty<Boolean>?): CSRegistration