# Packages
No description provided by the author
# Functions
New creates a new form from passed options, it sets defaults for method and also handles other methods as PUT by adding _method hidden input.
NewFormFor creates a new Formfor with passed options, it also creates the id of the form from the struct name and adds errors if present.
NewSelectTag constructs a new `<select>` tag.
# Structs
Form is the html form tag, this will hold other tags inside it.
FormFor is a form made for a struct.
SelectOption describes a HTML <select> tag <option> meta data.
SelectTag describes a HTML <select> tag meta data.
# Interfaces
Selectable allows any struct to become an option in the select tag.
# Type aliases
Selectables is the plural for selectable.
SelectOptions is a slice of SelectOption.