Uncheck old inCheckboxGroup

Hi,

I want to uncheck “old” item in CheckboxGroup , when I check "new " one (using code)
How can I do that?

regards

The code of the answer will depend on what kind of callback you’re writing for your CheckboxGroup: python for a Bokeh server app? Javascript for a standalone Bokeh script? But basically you’d use the callback to change the active attribute for any checkbox based on what other boxes are/aren’t checked.

A minimal reproducible example of what you’re trying to do would help us get more specific.