Hi! Help Tab doesn't show up on toggle and is due to the following CSS class in FancyCheckbox.css. .hidden { display: none !important; } Would suggest to change it to "#tabs .hidden" or remove "!important" instead to fix. Cheers