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