class Primer::Forms::Dsl::ButtonInput

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

def initialize(name:, label:, **system_arguments, &block)
  @name = name
  @label = label
  @block = block
  super(**system_arguments)
end