Unable to tick check box in android 2.3.6 when using webix 1.8

Hi team…
I have a form containing check boxes.
I am unable to tick the check boxes in Samsung ACE mobile having android 2.3.6
But the same code is working fine in Samsung galaxy S3 having android 4.0.4
I am using Webix 1.8.
Please try to find the reason.

Here is the form: http://webix.com/snippet/a6842838

Hello,

webix uses FontAwesome icon for checkbox. However, old Android versions may not support some fonts. Therefore, you can use html checkboxes instead of font icon. So, you can use customCheckbox: false property for checkboxes on the page http://webix.com/snippet/41f2001d

Hello maria,

Thanks for your response.

Earlier we were using webix 1.6 and the checkbox was working perfect but when we migrated to webix1.8 we are facing these issues.

If you switch code to “air” skin ( default skin for Webix 1.6 ) - it will work as previously. Air skin uses standard checkboxes. Flat skin, from Webix 1.8, uses a custom checkboxes.