How to create a group of check boxes with custom titles and a select all button? #3447
Unanswered
OliverDudgeon
asked this question in
Q&A
Replies: 0 comments
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.
-
We'd like to have a select all button for a group of boolean fields. So far I have grouped them with an array but to use the titles I used the deprecated
enumNames
field. How can I do this without the deprecated feature and what's the best way of adding a select-all feature?Thanks
https://rjsf-team.github.io/react-jsonschema-form/#eyJmb3JtRGF0YSI6WyJmb28iLCJiYXIiLCJmdXp6IiwicXV4Il0sInNjaGVtYSI6eyJ0eXBlIjoiYXJyYXkiLCJ0aXRsZSI6IkEgbXVsdGlwbGUtY2hvaWNlIGxpc3QiLCJpdGVtcyI6eyJ0eXBlIjoic3RyaW5nIiwiZW51bSI6WyJmb28iLCJiYXIiLCJmdXp6IiwicXV4Il0sImVudW1OYW1lcyI6WyJGT08iLCJCQVIiLCJCQVoiLCJRVVgiXX0sInVuaXF1ZUl0ZW1zIjp0cnVlfSwidWlTY2hlbWEiOnsidWk6d2lkZ2V0IjoiY2hlY2tib3hlcyJ9LCJ0aGVtZSI6Im1hdGVyaWFsLXVpLTUiLCJsaXZlU2V0dGluZ3MiOnsic2hvd0Vycm9yTGlzdCI6InRvcCIsInZhbGlkYXRlIjpmYWxzZSwiZGlzYWJsZSI6ZmFsc2UsInJlYWRvbmx5IjpmYWxzZSwib21pdEV4dHJhRGF0YSI6ZmFsc2UsImxpdmVPbWl0IjpmYWxzZSwibGl2ZVZhbGlkYXRlIjpmYWxzZX19
Beta Was this translation helpful? Give feedback.
All reactions