isCheckedList method

bool isCheckedList()

Implementation

bool isCheckedList() {
  return attributes.list == ListType.checked;
}