Dear All below is he code for settings widget html file.when i execute the code i just see the label.checkboxes not visible.pls help.
<div>
<table class="show-legend-checkbox">
<tbody>
<tr>
<td data-dojo-type="jimu/dijit/CheckBox" data-dojo-attach-point="showTitle">
</td>
<td class="label">${nls.showTitle}</td>
</tr>
<tr>
<td data-dojo-type="jimu/dijit/CheckBox" data-dojo-attach-point="showBasemap">
</td>
<td class="label">${nls.showBaseMap}</td>
</tr>
<tr>
<td data-dojo-type="jimu/dijit/CheckBox" data-dojo-attach-point="showLegend">
</td>
<td class="label">${nls.showLegend}</td>
</tr>
<tr>
<td data-dojo-type="jimu/dijit/CheckBox" data-dojo-attach-point="expandAllLayersByDefault">
</td>
<td class="label">${nls.expandAllLayersByDefault}</td>
</tr>
</tbody>
</table>
</div>
Solved! Go to Solution.
Nadir,
Nadir,