Checkboxes – how to select parent only?
I have a large list of items like this:
Parent 1
– Child 1.1
– Child 1.2
– Child 1.3
...
Parent 2
– Child 2.1
– Child 2.2
...
where every element has a checkbox.
I want to be able to select only the parent (without the children) as well as have the children be selectable on their own or all together when clicking the parent.
As for this moment, you have to select each item individually (when you click on the parent, you only select the parent), but I don’t think it solves the problem. Is there any pattern for this? Any ideas?
Multiple options for user, some not available
I want to create an option for the user to choose between lessons.
There are more than 4 lessons that are in the picture.
For every lesson there are 3 options:
The lesson is full – the user can’t register to this lesson
Th…
Multiple options for user, some not available
I want to create an option for the user to choose between lessons.
There are more than 4 lessons that are in the picture.
For every lesson there are 3 options:
The lesson is full – the user can’t register to this lesson
Th…