Form Element Label
A form element label is a component used to display a label for a form element. It is typically used in conjunction with form elements such as text fields, text areas, inputs and others.
Last updated
A form element label is a component used to display a label for a form element. It is typically used in conjunction with form elements such as text fields, text areas, inputs and others.
Last updated
{% include "radix:form-element--label" with {
required: true,
title: "Label",
title_display: "after",
attributes: {
class: "form-label",
}
} %}