This commit is contained in:
Vladimir Markelov 2015-11-30 13:08:55 -08:00
parent 1a0a301645
commit 187fb9bdd0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {