Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

How to get value checkbox in doCLick event?

$
0
0

@Jashka wrote:

$("CheckBox", "choice",
                                {
                                    row: 2,
                                    column: 0,
                                    "Button.width": 20,
                                    "Button.height": 20,
                                    "ButtonBorder.figure": "Circle",
                                    "ButtonBorder.stroke": "blue",
                                    "ButtonIcon.figure": "Circle",
                                    "ButtonIcon.fill": "blue",
                                    "ButtonIcon.strokeWidth": 0,
                                    "ButtonIcon.desiredSize": new go.Size(10, 10)
                                },
                                $(go.TextBlock, "is hidden"),
                                {
                                    "_doClick": function (e, obj) {
                                        console.log(obj);
                                    }
                                }
                            ),

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles