Style slider

The style slider is an extension of the style input of type range. It allows to specify the minimum and maximum value of the range with the fields min and max respectively.

Furthermore, the field labels allows to provide a label for each position of the slider. Note that the field labels is of type json and requires

  1. valid json syntax (see https://www.json.org/)
  2. a simple json array of values for each label

It is best to copy the example below and adapt the labels to your requirements.

["very bad", "mostly bad", "average", "mostly good", "very good"]
very bad
mostly bad
average
mostly good
very good

Unknown Style styleSignature