Clouds skin on 4.3.2

The check box is unusable when rendered with clouds.css. The rectangle is malformed and has no visible state change.

Hi,

With skins other than “flat” you should initialize your Webix app within the webix.ready call:

webix.ready(function(){
     webix.ui(...);
});