Hello,
I need to hide/show a page item based on another checkbox, while the label always displays when I tried the following in Javasript:
document.getElementById('P8_COMMENTS').style.visibility = 'hidden';
$('#P8_COMMENTS').hide().parent().hide();
$('#P8_COMMENTS').parent().hide();
Any other idea? Thanks.