select method

  1. @visibleForTesting
void select()

Implementation

@visibleForTesting
void select() {
  if (!disabled) checked = true;
}