feat: add toggle checkbox functionality

This commit is contained in:
heltonricardo
2023-05-19 09:20:08 -03:00
parent 43b660d4dc
commit 1b5b52f3e3
4 changed files with 24 additions and 0 deletions

View File

@@ -85,4 +85,9 @@ body {
background-color: #badb34;
border-color: #b6b929;
}
button#toggle-checkboxes {
background-color: #2287da;
border-color: #2758ab;
}