I believe the solution is to simply get the underlying DOM element from the JQuery object. For example, the code below is to interact with a checkbox created within a div with class "rte-dialog-columnContainer";var jqueryCheckbox = $(".rte-dialog-columnContainer coral-checkbox");// then getting the ...