Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disable Checkbox not the label

3469873May 21 2019 — edited May 21 2019

Is there any way to disable only the checbox without disabling the label in ojet.

I wrote this code

<oj-checkboxset id="checkboxSetId" labelled-by="mainlabelid"
   disabled={{readOnly}}
   value="{{encryptionTypesGlobalSetting}}">

   <oj-option id="g_encrypKeyRotation" value="encryption-key-rotation">Enable

  Encryption Key

  Rotation

   </oj-option>

   <oj-option id="g_extendedPocketEncryp" value="encryption-header">Enable Extended

  pocket

  Encryption Header

   </oj-option>

   <oj-option id="g_extendedPocketAuth" value="extended-authentication-trailer">

  Enable Extended Pocket

  Authentication Trailer

   </oj-option>

</oj-checkboxset>

But it disables the whole label,  I only want to disable the checkbox. Is there any way to do ??

Thanks,

Comments
Post Details
Added on May 21 2019
1 comment
194 views