Skip to Main Content

APEX

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!

Display : none is not working for Checkbox in Apex 5

Rupesh ThokalaNov 29 2018 — edited Dec 13 2018

Hi,

In Apex 4.1 I am having a hidden checkbox under my ON OFF Switch as shown in the below picture.

pastedImage_0.png

pastedImage_3.png

When the Checkbox is activated the switch will goes to ON State and Vice versa.

To make this possible i had created a check box and hide that with the help of CSS code display: none

.onoffswitch-checkbox {

display: none;

}

The above functionality is not working in Apex 5. The display:none is not at all showing any results in Apex 5.

Instead I tried to replace display:none with visibility: hidden. But this is creating lot of alignment problems . Because of this alignment issues i need to change a lot of HTML and CSS code.

Please suggest how to make the display : none works in Apex 5.1

Regards,

Roopesh.

This post has been answered by Pranav.shah on Nov 29 2018
Jump to Answer
Comments
Post Details
Added on Nov 29 2018
6 comments
1,433 views