From 187fb9bdd0da39d61cec3be912399543f6c42b7b Mon Sep 17 00:00:00 2001 From: Vladimir Markelov Date: Mon, 30 Nov 2015 13:08:55 -0800 Subject: [PATCH] typo fix --- checkbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkbox.go b/checkbox.go index 5734bcb..b3ea669 100644 --- a/checkbox.go +++ b/checkbox.go @@ -6,7 +6,7 @@ import ( ) /* -CheckBox control. It can be two-state one(on and off) - it is default mode - or tree-state. +CheckBox control. It can be two-state one(on and off) - it is default mode - or three-state. State values are 0=off, 1=on, 2=third state */ type CheckBox struct {