HTML to C

Have html file two radio buttons Enabled Disabled HSGetValue(handle, “Radio1”, sRadio1, sizeof(sRadio1)); HSGetValue(handle, “Radio2”, sRadio2, sizeof(sRadio2)); HSGetValue(handle, “RadioGroup”, sRadio2, sizeof(sRadio2)); all return empty strings!! What is the correct way to determine which radio button is selected…