setStatus method

void setStatus(
  1. bool checked
)

Implementation

void setStatus(bool checked) {
  _checked = checked;
}