class Lookbook::DisplayOptions::Field::Component

def choices

def choices
  @opts.is_a?(Hash) ? @opts[:choices].to_a : @opts
end