先隐藏radio的按钮:<input style="display:none;" name="kind" type="radio" value="2">
修改样式:
<label for="radios1" class="btn btn-primary active">Bootstrap的按钮样式也可以插入图片什么的
<input type="radio" style="display:none;" name="themestyle" id="radios1" value="one" checked="checked"/>
</label>