Checkbox group setDisableByIndex

Hello, I'm trying to disable 1 value of a checkboxGroup if an other value is selected. But I can't find a way to disable any value in particular. Thanks for your help

Unfortunately not currently possible! You can only disable the entire checkbox group. To disable a specific checkbox you can use Checkbox components, perhaps with Custom Collection View.