Optional
options: DataTableUncheck checkbox(es):
When I uncheck
With options:
When I uncheck
| animationDistanceThreshold | 5 |
| log | true |
| force | false |
| scrollBehavior | top |
| timeout | 4000 |
| waitForAnimations | true |
A preceding step like "When I find input by label text" is required. For example:
When I find input by label text "Checkbox"
And I uncheck
When I uncheck:
This element must be an
<input>
with typecheckbox
.