I am using bootstrap toggle checkbox. Following css and js included
<link href="https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css" rel="stylesheet">
<script src="https://gitcdn.github.io/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js"></script>
I am creating checkbox like this
<input type="checkbox" id="currentSeason" name="currentSeason" data-toggle="toggle" data-on="Yes" data-off="No" data-onstyle="success" data-size="small">
But toggle checkbox is getting checked on alternate page load means when i open page it works and then i open same page again, it doesn't work.
Aucun commentaire:
Enregistrer un commentaire