gown.js
gown.js copied to clipboard
Using type "rect" Themes for GOWN.Check does not work
Check is always displayed as not selected. Just use the following theme for check in aeontheme, add width and height to the aeon-checks in the checkbox example and see for yourself. In not selected state it shows a white rect with black border, in selected state it should show a black rect.
"check": { "up": { "type": "rect", "radius": 0, "border": 3, "color": "0xffffff", "borderColor": "0x000000" }, "down": { "type": "rect", "radius": 0, "border": 3, "color": "0xffffff", "borderColor": "0x000000" }, "hover": { "type": "rect", "radius": 0, "border": 3, "color": "0xffffff", "borderColor": "0x000000" }, "selected_up": { "type": "rect", "radius": 0, "border": 3, "color": "0x000000", "borderColor": "0x000000" }, "selected_down": { "type": "rect", "radius": 0, "border": 3, "color": "0x000000", "borderColor": "0x000000" }, "selected_hover": { "type": "rect", "radius": 0, "border": 3, "color": "0x000000", "borderColor": "0x000000" } },