the alignment of the control within the parent container
webix.ui({
view:"form", elements:[
{ view:"checkbox", id:"ch1", label:"Block", align:"left" },
{ view:"checkbox", id:"ch2", label:"Load" },
{ view:"checkbox", id:"ch3", label:"Enable" }
]
});
To be able to align a control you need to define width
or inputWidth
for the control.