Sha256: 0f9562f75e4bdec44d22a79b4b3f794579d05bf32b5b88d2ad1fc50340cd106e
Contents?: true
Size: 216 Bytes
Versions: 43
Compression:
Stored size: 216 Bytes
Contents
module Locomotive class ToggleInput < Formtastic::Inputs::BooleanInput def to_html input_wrapping do hidden_field_html << label_html << check_box_html end end end end
Version data entries
43 entries across 43 versions & 2 rubygems