diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 19:16:20 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 19:16:20 -0600 | 
| commit | 357e34ef94223914f26136c320612e92464a0250 (patch) | |
| tree | 03b517e2bce03bd5ab7122e672a36c1a44449487 | |
| parent | 94cc37880761d8e917a8de98522598b83f0f9f8f (diff) | |
add checkboxv0.0.1
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | main.go | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -45,4 +45,6 @@ func helloworld() {  	cb.AddText("Cyan")  	cb.AddText("Magenta")  	cb.AddText("Yellow") + +	grid.NewCheckbox("Checkers").SetProgName("CHECKERS")  }  | 
