summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/checkbox.go b/checkbox.go
index cf4c1a3..502acb4 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -10,7 +10,6 @@ func (n *Node) NewCheckbox(name string) *Node {
newNode := n.newNode(name, toolkit.Checkbox, nil)
a := newAction(newNode, toolkit.Add)
- sendAction(a, newNode, n)
-
+ sendAction(a)
return newNode
}