I have One CheckBox above the CheckBoxList and its Text as "Show only Selected Items".
My CheckBoxList has 10 items and three items as Selected.
But when I Check the CheckBox, I want to display only the selected three items in the CheckBoxList. When I uncheck the CheckBox, I want to display all the 10 items and three items as selected.
How to do this?