Note that there are some explanatory texts on larger screens.

plurals
  1. USAlmightyWhy
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COhttp://jsfiddle.net/vgMVP/5/ Updated the jsfiddle, it now does what I want it to do; basically the issue I was having was that if you checked one of the parent checkboxes, check a child checkbox, uncheck the parent checkbox, the value of the child checkbox would still appear in the input field at the bottom. I just copied your code at the top to run after the edits you made, and now the children checkboxes uncheck and have the value removed from the text field when the parent checkboxes are unchecked. Hope that makes sense.
      singulars
    2. COHey, could you help me out on one last thing? [I put together this function based on what you have given me.](http://jsfiddle.net/vgMVP/2/) Basically, what I want to do is if a checkbox that toggles a hidden div is unchecked, all of the checkboxes in the div become unchecked. For example, if "DVR" is unchecked, "DVR Problem 1, DVR Problem 2, DVR problem 3" would be unchecked. I tried parsing out some if then statements, but it would either make the checkbox that toggled the div turn off or it would screw up the code. If you could help me out on this, I would be really grateful; thank you!
      singulars
    3. COI am building a mock up of a form for our technical support website; we have a standardized list of documents for basic topics that I want to give our customers the option of picking so our agents will know to send these documents in advance. I forgot to put in the html "display:none"; this is actually going to be a field that we will end up programming to correspond to a data table, but for the mock up, I am just using a text area. I am more worried about how to have the multiple checkbox values get input into a text field without having to write a crazy amount of scripting.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload