# frozen_string_literal: true

module Reports
  class CheckboxInputComponent < TemplateValueComponent
  end
end