From 4f75a395d8a11a666cd680c0dba32f9661e78fed Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 23 Feb 2023 14:35:24 +0000 Subject: [PATCH] Fix copy/paste-o in the checkbox reference --- docs/widgets/checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/checkbox.md b/docs/widgets/checkbox.md index 77419c96e..3b1aa5086 100644 --- a/docs/widgets/checkbox.md +++ b/docs/widgets/checkbox.md @@ -7,7 +7,7 @@ A simple checkbox width which stores a boolean value. ## Example -The example below shows switches in various states. +The example below shows check boxes in various states. === "Output"