widgetti / widgetti/ipyvuetify
ListItemGroup with selected items checkboxes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I would like to make a List of items where multple items can be selected. I'm using this code:
with solara.v.List(nav=True):
with solara.v.ListItemGroup(v_model=active, on_v_model=set_active, multiple=True):
for filename in filenames:
solara.v.ListItem(children=[filename])
(solara.vis an alias for ipyvuetify)
I would like to add a checkbox just to make it visually more clear an item is selected. Can I do this with v_slots ?
I'm looking at a vuetify example here but I cannot reproduce this in ipyvuetify
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by comparing the linked Vuetify action-and-item-groups example with ipyvuetify's ListItemGroup and v_slots behavior, then reproduce the reported Solara example in a minimal test case. Done means a multiple-selection list can visibly show selected items with checkboxes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100