MultiSelect
class MultiSelect<T>(val selected: MutableState<List<Int>>, val selectOnCheckboxClickOnly: Boolean = true, val showSelectionCounter: Boolean = false) : DialogList.SelectionMode<T>
Constructors
Link copied to clipboard
constructor(selected: MutableState<List<Int>>, selectOnCheckboxClickOnly: Boolean = true, showSelectionCounter: Boolean = false)