Sha256: 0cd61dce2f36c980e81b7364b56ad948e99e6a57c8fca20b2f0dc1e6c1e8f459

Contents?: true

Size: 237 Bytes

Versions: 166

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

166 entries across 166 versions & 3 rubygems

Version Path
primer_view_components-0.38.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.56.1 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.56.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.55.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.54.1 app/forms/name_with_question_mark_form.rb
primer_view_components-0.37.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.54.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.53.1 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.53.0 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.52.4 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.52.3 app/forms/name_with_question_mark_form.rb
primer_view_components-0.36.5 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.52.2 app/forms/name_with_question_mark_form.rb
primer_view_components-0.36.4 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.52.1 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.52.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.36.3 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.51.0 app/forms/name_with_question_mark_form.rb
primer_view_components-0.36.2 app/forms/name_with_question_mark_form.rb
openproject-primer_view_components-0.50.1 app/forms/name_with_question_mark_form.rb