OptionΒΆ

<Option value: str id: str | None = None selected: Literal[True] = False>{{- content -}}
</Option>

Produce <option> node.

param value:

posted value after submitted the selected value

param id:

unique identifier of the element.

param selected:

Used to select the option while rendering the form

param content:

child node.