Hi,
We have come across an issue with checkbox usage in our project with any JET version syntax(3.2 to 6.0).
The issue is that the box to check is not visible in the UI and we can only see the label of it.
We have our JET project deployed in 11g weblogic server and we cannot see the box.
It is working fine when we run through Netbeans.
Below is the code used:
<oj-checkboxset id="checkboxSetAgreeId" labelled-by="agreeId"
value="{{agreement}}" >
<oj-option id="agree" value="agree">I Agree</oj-option>
<oj-option id="yes" value="yes">Yes</oj-option>
<oj-option id="no" value="no">No</oj-option>
</oj-checkboxset>
Please find the attachments for reference and let us know to fix it.
Thanks,
Shankar