Sha256: 45a2cdeb635b41d9f50546d8a9de19686dd02266dbba9791a878858ce0a91ea5

Contents?: true

Size: 383 Bytes

Versions: 180

Compression:

Stored size: 383 Bytes

Contents

module ActionView
  module Helpers
    module Tags # :nodoc:
      module Checkable # :nodoc:
        def input_checked?(object, options)
          if options.has_key?("checked")
            checked = options.delete "checked"
            checked == true || checked == "checked"
          else
            checked?(value(object))
          end
        end
      end
    end
  end
end

Version data entries

180 entries across 175 versions & 13 rubygems

Version Path
actionview-5.1.0.rc1 lib/action_view/helpers/tags/checkable.rb
actionview-5.0.2 lib/action_view/helpers/tags/checkable.rb
actionview-5.0.2.rc1 lib/action_view/helpers/tags/checkable.rb
actionview-5.1.0.beta1 lib/action_view/helpers/tags/checkable.rb
actionview-4.2.8 lib/action_view/helpers/tags/checkable.rb
actionview-4.2.8.rc1 lib/action_view/helpers/tags/checkable.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/checkable.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/checkable.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/checkable.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/checkable.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/checkable.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/checkable.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionview-5.0.1/lib/action_view/helpers/tags/checkable.rb
abaci-0.3.0 vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/checkable.rb
actionview-5.0.1 lib/action_view/helpers/tags/checkable.rb
actionview-5.0.1.rc2 lib/action_view/helpers/tags/checkable.rb
actionview-5.0.1.rc1 lib/action_view/helpers/tags/checkable.rb
actionview-5.0.0.1 lib/action_view/helpers/tags/checkable.rb
actionview-4.2.7.1 lib/action_view/helpers/tags/checkable.rb
actionview-4.2.7 lib/action_view/helpers/tags/checkable.rb