I have a checkboxgroup with several checkboxes and a button called “Check All’ which checks all the checkboxes in the checkboxgroup when clicked. Also when clicked, the text of the button changes to ‘Uncheck All’. When the user now clicks this button again, I want all the checkboxes in the checkboxgroup to be unchecked and the button text to change back to ‘Check All’. Is this possible with Ext.button.Button or do I need to use Ext.button.Cycle? (NB: the button is wrapped in a panel so that it has access to all the checkboxes in the checkboxgroup)
I have a checkboxgroup with several checkboxes and a button called Check All’ which
Share
Something like this: