Questions tagged [nested-checkboxes]
20 questions
0
votes
0 answers
Correct Markup for Nested/Grouped Checkbox
I'm working on an interface with nested checkboxes. The idea is that all "top-level" checkboxes appear and then once one is selected, it's sub-items appear and all other top-level ones disappear.
- Checkbox 1
- Checkbox 2
When you select Checkbox…

mrwweb
- 1,344
- 2
- 12
- 22
0
votes
2 answers
Assigning checkbox values to variables
I've got a list of possible checkboxes and the user can select up to three options. What I'm struggling with is how to recognize which boxes are checked, and then assign them to variables (to send in a later ajax call). So far the code I've…

Quinn
- 25
- 7
0
votes
4 answers
how to check checkboxes in javascript
I have three checkboxes in html.
In Javascript I have variable newspaper = "jang,News,Dawn";
Now I want to check the checkboxes based on newspaper values if it contain only jang then only jang check box should be checked if it contain jang,News,Dawn…

Azeem
- 11
- 1
- 7
0
votes
2 answers
preselect checkboxes in radtreeview silverlight)
I have a silverlight app where there is a telerik radtreeview with checkboxes. The user selects stuff and when the user wants to edit it's selection i need to pre-populate the tree with the previously saved selection.
I found out that I can bind the…

Sjors Miltenburg
- 2,540
- 4
- 33
- 60
0
votes
1 answer
Nested Checkboxes in a ListBox in Silverlight 4
With Silverlight 4 as the technology platform, using an ObservableCollection as the ItemSource, assuming each item in the ObservableCollection has a property called SubLayers which contains children, what would the ListBox.ItemTemplate be such that…

theBoringCoder
- 233
- 2
- 14