isCheckbox property

bool get isCheckbox

Implementation

bool get isCheckbox {
  return children.isNotEmpty && children.first is InputNode;
}