Please Help Me! How to change labels and values of multi checkbox checkboxes with code?

I know that you can set labels and values on radio buttons, I want to do the same for multi-checkboxes as I want different checkboxes depending on previously selected options. Is this possible or do I just have to layer hidden checkboxes on top of each other and only show one.

Look at the Wix API Reference for Checkboxes.
https://www.wix.com/corvid/reference/$w.CheckboxGroup.html
https://www.wix.com/corvid/reference/$w.CheckboxGroup.html#options

Thank you.

Please make sure to follow these guidelines . - do not post the same question multiple times.