summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index c35c829..dbfd862 100644
--- a/main.go
+++ b/main.go
@@ -45,4 +45,6 @@ func helloworld() {
cb.AddText("Cyan")
cb.AddText("Magenta")
cb.AddText("Yellow")
+
+ grid.NewCheckbox("Checkers").SetProgName("CHECKERS")
}