add checkbox

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-18 19:16:20 -06:00
parent 94cc378807
commit 357e34ef94
1 changed files with 2 additions and 0 deletions

View File

@ -45,4 +45,6 @@ func helloworld() {
cb.AddText("Cyan")
cb.AddText("Magenta")
cb.AddText("Yellow")
grid.NewCheckbox("Checkers").SetProgName("CHECKERS")
}