Hi, How can I access an individual checkbox of the checkbox group?

Hi,
How can I access an individual checkbox of the checkbox group?

I don’t think there is any obvious way.

But you should not use this add-on but instead use the inbuilt CheckBoxGroup in the framework https://vaadin.com/api/platform/14.0.8/com/vaadin/flow/component/checkbox/CheckboxGroup.html and if that is not working out for you, create a feature request in https://github.com/vaadin/vaadin-checkbox-flow

Thaks a lot