IsChecked
class IsChecked extends FormFieldConstraint (View source)
Methods
void
__construct(
string $selector)
Create a new constraint instance.
bool
matches(
Crawler|string $crawler)
Determine if the checkbox is checked.
Details
in PageConstraint at line line 110
string
toString()
Get a string representation of the object.
Placeholder method to avoid forcing definition of this method.