MultiSelectCheckbox

fun <T> MultiSelectCheckbox(syncLocationStateMap: MutableMap<String, SyncLocationState>, currentTreeNode: TreeNode<T>, depth: Int, content: @Composable (TreeNode<T>) -> Unit, collapsedState: MutableState<Boolean>)