isACheckList method

bool isACheckList()

Implementation

bool isACheckList() {
  return attributes.list == ListType.unchecked || attributes.list == ListType.checked;
}