"buttan"
Bootstrap 4.1.1 Snippet by dkstudio

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <div class="container"> <div class="row"> <div class="" data-toggle="buttons"> <label class="btn btn-lg btn-success active"> <input type="radio" name="options" id="option1" autocomplete="off" checked> SUCCESS </label> <label class="btn btn-lg btn-danger"> <input type="radio" name="options" id="option2" autocomplete="off"> SEND </label> </div> </div> </div>
.btn.active { display: none; } .btn span:nth-of-type(1) { display: none; } .btn span:last-child { display: block; } .btn.active span:nth-of-type(1) { display: block; } .btn.active span:last-child { display: none; } [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox] { position: absolute; clip: rect(0,0,0,0); pointer-events: none; }

Related: See More


Questions / Comments: