I don't want to close modal popup when i checked it.
<tr class="col-sm-12 form-group">
<td class="col-sm-4 form-group">
<div class="checkbox ">
<label>
<asp:CheckBox ID="cbRegionalManager" Value="2" runat="server" Text="Regional Manager"
OnCheckedChanged="cbRegionalManager_CheckedChanged" AutoPostBack="true" />
</label>
</div>
</td>
<td>
</td>
<td class="col-sm-4 form-group">
<div class="checkbox">
<asp:CheckBox ID="cbDistrictManager" Value="3" runat="server" Text="District Manager"
OnCheckedChanged="cbDistrictManager_CheckedChanged" AutoPostBack="true" />
</div>
</td>
<td>
</td>
<td class=" col-sm-4 form-group">
<div class="checkbox ">
<asp:CheckBox ID="cbSupervisor" Value="4" runat="server" Text="Supervisor" OnCheckedChanged="cbSupervisor_CheckedChanged"
AutoPostBack="true" />
</div>
</td>
</tr>