Commit 7e81d1dc137037b460d41232081e73e78948511b

CHeck box value toggle upon click..
  
284284 this.showSweets();
285285 return false;
286286 },
287 showHide: function() {
288 if($("input:checked").length) {
289 $("p").toggle();
290 $('.annotorious-item-unfocus').css("opacity", "0.5");
291 }
292 else {
293 $("p").toggle();
294 $('.annotorious-item-unfocus').css("opacity", "0");
295 }
296
297 },
287298 getSignInCredentials: function(event) {
288299 event.preventDefault();
289300 if(swtr.who === 'Guest' && !$('#username').length) {
  
3131 </div>
3232 <button class="btn btn-default" id="img-url-submit">GO</button>
3333 <button class="btn btn-default" id="sweet">Sweet</button>
34 <input id="setbox" type="checkbox" >Show/Hide Box</input>
34 <input id="setbox" type="checkbox"/ > <label
35 id="setcontrol"><p>Show Box</p><p style="display: none">Hide
36 Box</p></label>
3537 </div>
3638 <div id="img-annotation-wrapper" class="col-md-12 col-xs-12 col-lg-12 col-sm-12 well">
3739 {% if url %}