diff options
author | bt <bt@web> | 2023-12-11 15:51:24 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2023-12-11 15:51:24 -0500 |
commit | d96be6b5bd0d1ebec71a3925507ff0a939e7ab40 (patch) | |
tree | 8dd1220921c7d0ec39afbdcbef2afdb7b5f3fc9e /posts/easy-toggle-switches.md | |
parent | 9df2cdae98642dd504cd8b24fda406422a97791f (diff) |
Diffstat (limited to 'posts/easy-toggle-switches.md')
-rw-r--r-- | posts/easy-toggle-switches.md | 5 |
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. |