How do I hide a checkbox?
How do I hide a checkbox item in a catalog task? I'm using: g_form.setVisible('variable', false);It works fine if the variable type is a "Yes/No", but not if the Variable type is a checkbox which looks much cleaner on the form.