LabelΒΆ
<Label for: str | None = None id: str | None = None class: str | None = None>{{- content -}}
</Label>
Produce <label> node.
- param for:
unique identifier of the target element.
- param id:
unique identifier of the element.
- param class:
css class for the node, defaults to
fastlife.template_globals.Globals.LABEL_CLASS.- param content:
child node.