Replies: 1 comment 4 replies
-
Unless I'm mistaken, I don't think we support |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Which approach would you recommend to retrieve values of multiple checkboxes? I'm using my own set of checkboxes in a custom JSX component, so I'm neither using the Inputs.checkbox nor a simple inline HTML. Looking at the Reactivity docs it looks like I might want to use a Generator, but I'm 100% sure about how to combine it with multiple elements using a selector (e.g. document.querySelectorAll('input[name="mycheckbox"]')). I attempted to adapt the code but it doesn't quite work (only if I do npm run dev and then change a file so it reloads). I'm attaching a .md with a simplified version of the component and data. I'm also happy to hear suggestions about how to include a delay here too if possible.
Thanks!
Rafael
example_obs.md
Beta Was this translation helpful? Give feedback.
All reactions