class SimpleForm::Wrappers::Single

def initialize(name, wrapper_options = {}, options = {})

def initialize(name, wrapper_options = {}, options = {})
  @component = Leaf.new(name, options)
  super(name, [@component], wrapper_options)
end