dataList property

List<Map<String, T>> dataList
final

A map list that contains the label and the value of the checkbox data.

Implementation

final List<Map<String, T>> dataList;