checkboxes->toggleCurrent(); } return parent::handleCharacter($char); } /** * Format the prompt string * * @return string */ protected function promptFormatted() { return $this->prompt . ' (press to select)'; } }