init method

void init(
  1. ListGroupedCheckboxState state
)

Implementation

void init(ListGroupedCheckboxState state) {
  this._state = state;
}