I\'m using Rspec and Capybara.
How can I write a step to check a checkbox? I\'ve tried check by value but it can\'t find my checkbox<
checkbox
check
checkbox<
An old topic but another solution is:
check('Option 3', allow_label_click: true)