{ "type": "Container", "children": [{ "type": "Container", "children": [{ "type": "RadioButtonsContainer", "id": "possibleBetValues", "onRadioSelected": "setBet", "selectedButtonValue": "@model.bet", "buttonsValues": "@model.bets", "dynamicLayout": { "itemsPerRow": 5, "xOffset": 259, "yOffset": 152 }, "align": "tl", "button": { "type": "ToggleButton", "atlas": "interface.json", "textures": ["field_small_normal.png", "field_small_normal.png", "field_small_down.png", "field_small_down.png"], "onPressSound": "FXButtonClick1", "text": { "type": "Text", "text": "@game.getTotalStakeValue.@model.value,", "autoUpdate": "cashCoinToggle", "isCurrency": true, "showCurrencySign": false, "decimals": 2, "maxWidth": 190, "font": "BrandonGrotesqueBlack", "toggleOn": { "fill": "#000000" }, "fill": "#FFFFFF", "thickness": 0, "size": 45, "anchorAlign": "c" } } }] }] }