toggled

inline fun <T : ToggleButton> Cell<T>.toggled(crossinline listener: T.(Boolean) -> Unit): Cell<T>

Sets a toggle listener for the underlying toggle button.