Optional
options: DataTableCheck checkbox(es) or radio(s):
When I check
With options:
When I check
| 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 check
When I check:
This element must be an
<input>
with typecheckbox
orradio
.