@sufyan-ayub You can loop the multifield with the length of multifield
and use name selector$("input[name='./']")with dynamic
item values or use multifield wrapper selector and get the elements one
by one and then select the checkboxes using seletors within the element
for manupulation. $coralElementsLength.each(function (i, element)
{Coral.commons.ready(element, function(panel) {var $THIS_PANEL =
$(panel).find(CLASSNAMES.GROUP_WRAPPER);var $checkboxEle =
$THIS_PANEL.find(CLASSNAMES.CHECKBOX_SEL...