summaryrefslogtreecommitdiff
path: root/posts/easy-toggle-switches.md
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-11 15:51:24 -0500
committerIkiWiki <ikiwiki.info>2023-12-11 15:51:24 -0500
commitd96be6b5bd0d1ebec71a3925507ff0a939e7ab40 (patch)
tree8dd1220921c7d0ec39afbdcbef2afdb7b5f3fc9e /posts/easy-toggle-switches.md
parent9df2cdae98642dd504cd8b24fda406422a97791f (diff)
Diffstat (limited to 'posts/easy-toggle-switches.md')
-rw-r--r--posts/easy-toggle-switches.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/easy-toggle-switches.md b/posts/easy-toggle-switches.md
index f7b1235..4ad3cac 100644
--- a/posts/easy-toggle-switches.md
+++ b/posts/easy-toggle-switches.md
@@ -1,6 +1,5 @@
-# Easy Toggle Switches
-
-2019-02-18
+[[!meta title="Easy Toggle Switches"]]
+[[!meta date="2019-02-18"]]
Sometimes there is a need to use toggle elements in-place of the default `checkbox` inputs. The problem is, I tend to see a lot of developers reaching for plugins or JavaScript components in order to implement these toggles.