Hello guys, I'm trying to create a checkbox on a dialog through its clientLib's javascript file.i tried using
(function (document, $) {
"use strict";
$(document).on("dialog-ready", () => {
var checkbox = new Coral.Checkbox().set({
label: {
innerHTML: ...