Sha256: 0cd61dce2f36c980e81b7364b56ad948e99e6a57c8fca20b2f0dc1e6c1e8f459

Contents?: true

Size: 237 Bytes

Versions: 143

Compression:

Stored size: 237 Bytes

Contents

# frozen_string_literal: true

# :nodoc:
class NameWithQuestionMarkForm < ApplicationForm
  form do |name_with_question_mark_form|
    name_with_question_mark_form.check_box(
      name: :enabled?,
      label: "Enabled"
    )
  end
end

Version data entries

143 entries across 143 versions & 3 rubygems

Version Path
openproject-primer_view_components-0.10.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.9.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.9.1 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.9.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.8.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.8.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.7.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.7.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.6.3 app/forms/name_with_question_mark_form.rb
primer_view_components-0.6.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.5.1 app/forms/name_with_question_mark_form.rb
primer_view_components-0.5.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.4.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.3.1 app/forms/name_with_question_mark_form.rb
primer_view_components-0.3.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.2.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.1.9 app/forms/name_with_question_mark_form.rb
primer_view_components-0.1.8 app/forms/name_with_question_mark_form.rb
primer_view_components-0.1.7 app/forms/name_with_question_mark_form.rb
primer_view_components-0.1.6 app/forms/name_with_question_mark_form.rb