Sha256: 1c10f2a476fdc8dade174acac48586a96aedf9078a08347bf39c211b3a2fe260

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

module KonoUtils::Object::Cell::Forms::Fields # namespace
  # Campo checkbox
  class CheckBox < Base

    def base_field_options
      super.merge(as: :boolean)
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kono_utils_bootstrap_view4-0.1.0.pre.rc.3 app/concepts/kono_utils/object/cell/forms/fields/check_box.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.2 app/concepts/kono_utils/object/cell/forms/fields/check_box.rb
kono_utils_bootstrap_view4-0.1.0.pre.rc.1 app/concepts/kono_utils/object/cell/forms/fields/check_box.rb