# File lib/capybara/node/element.rb, line 127
def
checked?
wait_until
{
base
.
checked?
}
end