or download this
# <input type="checkbox" name="search_class" value="first">
# <input type="checkbox" name="search_class" value="economy">
...
# . ($search_class{'first' } ? ' First' : '')
# . ($search_class{'economy'} ? ' Economy' : '')
# ) if $DEBUG;