checkByLabel method

void checkByLabel(
  1. dynamic label,
  2. bool check
)

Implementation

void checkByLabel(dynamic label, bool check) {
  checkByID(getLabelID(label), check);
}