Hi,

We need to change toggle state on client side for several buttons (bold, italics,...) inside a ButtonGroup.

When we call toogle function with or without a boolean value, it dissapears.

If we look inside toogle function, whe can see something like this:

function(animate) {
        var me = this;
        me.setVisible(!me.isVisible(), me.anim(animate));
        return me;
}
Is this a bug or are we performing something wrong?

Thanks in advance,

Dominik.