Hi You have to handle the touch UI using normal Jquery functions. On
your checkbox or dropdown widget node, you can give a class attribute
like below and then in the JS file add a function, to handle the select
option on this field$(document).on("selected", ".cq-dialog-layout",
function() {............} I would try to come up with a sample code
which will help to demo this. But as a quick note, just try to handle
the fields using normal jquery functionsThanksVeena