Label

The Label component is a UI element that provides a textual description or identifier for a corresponding form element, such as an input field, checkbox, or radio button. It enhances accessibility and usability by clearly indicating the purpose of the associated form element, ensuring users understand what information is required or what action is to be taken.

Label

checkableField

Boolean

disabled

Boolean

disabledIcon

Element

htmlFor

string

icon

Element

required

Boolean

variant

"error" | "focused" | "info" | "success" | "warning"

withDisabledIcon

Boolean | undefined = true