data-toggle与checkboxde 的冲突问题

如图所示,选中不同的checkbox,参数栏会呈现不同的内容,但是由于a标签中有data-toggle的存在,能实现内容跳转,checkbox无法被选中,怎么破??图片说明

 <a  data-toggle="tab" href="#fixed" id="gd">
       <label class="checkbox-inline" for="gd">
           <input type="radio" name="optionsRadiosinline" checked> 固定
         </label>
 </a>

https://www.zhihu.com/question/56383667