Hello I am running an issue right now. I would like to make the checkbox state: checked but I could not make the defaultValue="value"
<channels jcr:primaryType="cq:Widget" fieldLabel="Channels"
defaultValue="Value" name="channels" options="/bin/sample/private/getJSON.json"
optionsValueField="Value" type="checkbox" xtype="selection">
I have tried to do this: Getting Default Checked Checkbox in CQ5
but it didn't solve the issue.
/bin/sample/private/getJSON.json
return? – Gati