@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