valueList property

List<T> valueList
final

The list of the current values of the checkbox. By default, it's initialValue is provided by DataSource.valueList as an empty list.

Implementation

final List<T> valueList;