summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 03:45:56 -0600
committerJeff Carr <[email protected]>2024-01-19 03:45:56 -0600
commit10f7fe14ced1720198993cce671aa7370c16e5ab (patch)
tree69b9feb19ede9c45d149b44f6528f2b4fc83faf4 /action.go
parent0f9d06eb2fb95c51ae9e7115ee8632432a3aa949 (diff)
add Checked to the state
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'action.go')
-rw-r--r--action.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.go b/action.go
index 7db5371..df634e2 100644
--- a/action.go
+++ b/action.go
@@ -54,6 +54,7 @@ const (
GetText
SetText
AddText
+ Checked
Show
Hide
Enable