surveyLabel: Add correct label for custom input types
Description
surveyLabel() is a helper function for extendInputType. When
defining custom input types, the label argument for shiny UI components
should equal surveyLabel(). It essentially takes on the value in the
"question" column in the data supplied to surveyOutput. See
examples for more details.