class Ariadne::Forms::Dsl::ButtonInput

def initialize(name:, label:, **options, &block)

def initialize(name:, label:, **options, &block)
  @name = name
  @label = label
  @caption = options.delete(:caption)
  @block = block
  super(**options)
end