class Ariadne::Form::Select::Component

def selected_choice

def selected_choice
  @selected_choice ||= @choices.find(&:selected)
end