Click the buttons below to perform actions.
<div style="margin:20px 0;">
<a href="#" class="easyui-linkbutton" onclick="$('#sb').switchbutton('disable')">Disable</a>
<a href="#" class="easyui-linkbutton" onclick="$('#sb').switchbutton('enable')">Enable</a>
</div>
<input id="sb" class="easyui-switchbutton" checked style="width:100px;height:30px">