Skip to content

Instantly share code, notes, and snippets.

View jie-nissel's full-sized avatar

Jie Nissel jie-nissel

View GitHub Profile
@doobeh
doobeh / example.html
Last active June 8, 2023 18:09
Checkbox WTForms Example (in Flask)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form method="post">
{{ form.hidden_tag() }}
{{ form.example }}