{ "type": "Container", "children": [{ "type": "Container", "children": [{ "type": "RadioButtonsContainer", "id": "numberOfSpinsValue", "onRadioSelected": "setNumberOfSpins", "selectedButtonValue": "@poker.config.defaultAutoplayOption", "buttonsValues": "@game.getAutoplayValues", "dynamicLayout": { "itemsPerRow": 6, "xOffset": 230, "yOffset": 152 }, "align": "tl", "button": { "type": "ToggleButton", "scale": 0.9, "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", "padding": 20, "maxWidth": 200, "font": "BrandonGrotesqueBlack", "toggleOn": { "fill": "#000000" }, "fill": "#FFFFFF", "thickness": 0, "size": 51, "anchorAlign": "c" } } }] }] }