11 lines
397 B
HTML
11 lines
397 B
HTML
<input
|
|
class="{{ class }}"
|
|
form="{{ form }}"
|
|
hx-include="{{ hx-include }}"
|
|
hx-post="{{ hx-post }}"
|
|
hx-target="{{ hx-target }}"
|
|
hx-trigger="{{ hx-trigger }}"
|
|
id="{{ id }}"
|
|
name="{{ name }}"
|
|
type="{{ type }}"{% if checked %} checked="checked"{% endif %}{% if max %} max="{{ max }}"{% endif %}{% if min %} min="{{ min }}"{% endif %}{% if selected %} selected="selected"{% endif %}>
|