toggleCheck

fun toggleCheck(index: Int)

Deprecated

Selection state moved to TableState.selection. Use selection.toggleCheck(index).

Replace with

selection.toggleCheck(index)