There are three check boxes . i want to get response as true when corresponding checkbox will be checked and false if unchecked .
<div class="">
  <p>
    <input type="checkbox" id="indeterminate-checkboxm1 stream_id1" />
    <label for="indeterminate-checkboxm1" class="black-text">B.Tech/B.E.</label>
  </p>
  <p>
    <input type="checkbox" id="indeterminate-checkboxm2 stream_id2" />
    <label for="indeterminate-checkboxm2" class="black-text">Diploma</label>
  </p>
  <p>
    <input type="checkbox" id="indeterminate-checkboxm3 stream_id3" />
    <label for="indeterminate-checkboxm3" class="black-text">B.Sc</label>
  </p>
</div>
 
     
     
     
    