class Capybara::RackTest::Node

def checkbox_or_radio?(field = self)

def checkbox_or_radio?(field = self)
  field&.checkbox? || field&.radio?
end