Label

Labels are blocks of text that don't require a response

The label input is text that is not interactive. It can be used for instructions, descriptions, questions, etc.

ConfigurationValue
LabelEnter the text to use in your label
CSS ColorEnter a hex code to change the color of your label
Example: #000000
2174

Theme-able Classes

.themeable_input_generic_container {
  // styling of the generic input container
}

.themeable_input_label_container {
  // styling of the label input specific container
}

.themeable_input_label {
  // styling of the input  label text
}