MultiSelectOption

constructor(value: T, label: String, description: String? = null, @DrawableRes iconRes: Int? = null)

Parameters

value

Typed domain value represented by this option.

label

Display text.

description

Optional secondary text shown below label.

iconRes

Optional drawable resource shown to the left of label.