diff options
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. |