hasCheckedCreateOption() public method

public hasCheckedCreateOption ( ) : boolean
return boolean
 /**
  * @Then I should not be able to select create account option
  */
 public function iShouldNotBeAbleToSelectCreateAccountOption()
 {
     Assert::true($this->createPage->hasCheckedCreateOption(), 'The create account option should be selected, but it is not.');
 }