reflex
reflex copied to clipboard
Wrapping some extra components inside of the Context Menu Component
For the context menu we have not wrapped some of the components.
We wrap the context menu here in the code: https://github.com/reflex-dev/reflex/blob/main/reflex/components/radix/themes/components/context_menu.py and we want to add these other sub-components mentioned above with all their props and event handlers.
- [ ] Label
- [ ] Group
- [ ] RadioGroup
- [ ] RadioItem
- [x] CheckboxItem