I got a collection with 3 rows
Title(text),vallue1(bool),value2(bool)
I made a dataset from the collection and if i connect them to my radio button group and select title to be shown my, values do not change in preview. I tried sync sandbox to live, published my site but it doesn’t seem to work… what do i do wrong…? also when connecting the dataset to my radio buttons, the buttons turn red.
Hope someone can help me.
You can see Wix Support pages here about using the radio buttons.
https://support.wix.com/en/article/adding-and-setting-up-radio-buttons
https://support.wix.com/en/article/setting-labels-and-values-for-radio-buttons-and-dropdown-lists
You change the label which the user sees and the value which gets saved into the dataset in the radio button settings in your own Wix Editor.
This is not a code related issue and you should be going through Wix Support.
https://support.wix.com/en/article/contacting-wix-customer-care-for-support
If you want to code your own radio buttons, then have a read here and this Corvid Forum can help with that if you get stuck anywhere.
https://www.wix.com/corvid/reference/$w.RadioButtonGroup.html
Sorry for the late reply,
thanks for pointing me in the right direction.
with alot of trying it seemed to work just how i needed it!