From 97150aad4f6bd380999e8a63843b7a28d0bb62e6 Mon Sep 17 00:00:00 2001 From: Code Artist Date: Sat, 30 Jan 2021 21:26:25 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b60112..6859605 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ToggleSwitch WinForms Control ![Nuget](https://img.shields.io/nuget/v/WinFormsToggleSwitch) + A ToggleSwitch that presents on/off values in a more interesting way than a standard CheckBox, created by ![Johnny J](https://www.codeproject.com/script/Membership/View.aspx?mid=926948), published as article in Code Project - ![ToggleSwitch WinForms Control](https://www.codeproject.com/Articles/1029499/ToggleSwitch-Winforms-Control) on 11 Sept 2015. ## License