Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Overview ¶ Package checkbox provides a checkbox connected to a query parameter. Index ¶ func New(defaultValue bool, query url.Values, queryParameter string) template.HTML Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(defaultValue bool, query url.Values, queryParameter string) template.HTML New creates the HTML for a checkbox instance. Its checked value is directly connected to the presence of queryParameter. Changing either the presence of queryParameter, or checking/unchecking the checkbox will result in the other updating to match. Types ¶ This section is empty. Source Files ¶ View all Source files backend.go Click to show internal directories. Click to hide internal directories.