Describe the bug
Hello,
Setting value of a ChecboxGroup to an integer prevents the demo from loading.
That's all!
Is there an existing issue for this?
Reproduction
Minimal code to reproduce
import gradio as gr
def dummy(values):
return "OK"
demo = gr.Interface(
dummy, [gr.CheckboxGroup(["checkbox 1", "checkbox 2", "checkbox 3"], value=0)], "text"
)
if __name__ == "__main__":
demo.launch()
Screenshot

Logs
There is no crash, so I am ignoring this one.
System Info
Gradio: `3.7`
Windows: Version 10.0.19044.2130
Happens on both Firefox and Chrome
Severity
annoying
Describe the bug
Hello,
Setting
valueof aChecboxGroupto an integer prevents the demo from loading.That's all!
Is there an existing issue for this?
Reproduction
Minimal code to reproduce
Screenshot
Logs
System Info
Gradio: `3.7` Windows: Version 10.0.19044.2130 Happens on both Firefox and ChromeSeverity
annoying