The labels attribute specifies labels for various positions on the slider control.
<slider> <slidertrial>
label | Specifies the labels (in quotes) for a given choice. |
The labels are a list of strings of any text, and they are positioned evenly across the slider control.
The following shows a slider item with evaluative labels:
<slider ratingquestion>
/ caption = "How do you feel about icecream?"
/ labels=("excellent", "good", "satisfactory", "bad", "awful")
</slider>