"image in checkbox Anirudha Bhowmik"
Bootstrap 4.1.1 Snippet by anirudhabhowmik

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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 ---------->
<div class="cc-selector">
<input id="immediately" type="radio" name="training">
<label class="training" for="immediately">
<svg version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 511.999 511.999" style="enable-background:new 0 0 511.999 511.999;" xml:space="preserve">
<g>
<g>
<path d="M100.069,90.515c30.286-20.191,30.301-67.761,0-87.96c-6.958-4.585-16.216-2.739-20.801,4.16 c-4.6,6.899-2.725,16.216,4.16,20.801c12.521,8.337,12.521,28.702,0,37.039c-30.286,20.189-30.3,65.761,0,85.961 c7.009,4.645,16.276,2.637,20.801-4.16c4.6-6.899,2.739-16.201-4.16-20.801C87.548,117.217,87.548,98.852,100.069,90.515z"></path> </g>
</g>
<g>
<g>
<path d="M175.069,90.515c30.286-20.191,30.301-67.761,0-87.96c-6.914-4.585-16.216-2.739-20.801,4.16 c-4.6,6.899-2.725,16.216,4.16,20.801c12.521,8.337,12.521,28.702,0,37.039c-30.286,20.189-30.3,65.761,0,85.961 c7.009,4.645,16.276,2.637,20.801-4.16c4.6-6.899,2.739-16.201-4.16-20.801C162.548,117.217,162.548,98.852,175.069,90.515z"></path> </g>
</g>
<g>
<g>
<path d="M250.069,90.515c30.286-20.191,30.3-67.761,0-87.96c-6.914-4.585-16.216-2.739-20.801,4.16 c-4.6,6.899-2.725,16.216,4.16,20.801c12.521,8.337,12.521,28.702,0,37.039c-30.286,20.189-30.301,65.761,0,85.961 c7.009,4.645,16.276,2.637,20.801-4.16c4.6-6.899,2.739-16.201-4.16-20.801C237.548,117.217,237.548,98.852,250.069,90.515z"></path> </g>
</g>
<g>
<g>
<path d="M15.003,181.964c-4.263,0-8.335,1.816-11.177,4.995c-2.842,3.179-4.204,7.427-3.735,11.66l4.815,43.345h232.463 l3.633-3.633v-56.367H15.003z"></path> </g>
</g>
<g>
<g>
<path d="M421,211.964h-1.571l1.483-13.345c0.469-4.233-0.894-8.481-3.735-11.66c-2.841-3.179-6.914-4.995-11.177-4.995h-75v56.367 l3.633,3.633h68.027h13.436H421c33.091,0,61,26.909,61,60s-27.909,60-61,60h-27.576c7.855-18.069,13.473-37.233,15.71-57.334 l3.629-32.666H358.27c1.692,4.772,2.73,9.792,2.73,15v60c0,24.814-20.186,45-45,45h-60c-24.814,0-45-20.186-45-45v-60 c0-5.208,1.04-10.228,2.732-15H8.239l3.629,32.666c4.984,44.784,25.727,85.82,56.598,117.333h285.071 c8.989-9.175,16.714-19.352,23.725-30h43.738c49.629,0,90.999-40.371,90.999-89.999S470.629,211.964,421,211.964z"></path> </g>
</g>
<g>
<g>
<path d="M406,451.963H15.003c-8.284,0-15,6.714-15,15c0,24.853,20.147,45,45,45h330.998c24.853,0,45-20.147,45-45 C421,458.677,414.284,451.963,406,451.963z"></path> </g>
</g>
<g>
<g>
<path d="M301.001,250.753v-83.789c0-8.276,6.724-15,15-15h42.237c-6.213-17.422-22.707-30-42.237-30c-24.814,0-45,20.186-45,45 v83.789l-25.605,25.605c-2.813,2.813-4.395,6.621-4.395,10.605v60c0,8.291,6.709,15,15,15h60c8.291,0,15-6.709,15-15v-60 c0-3.984-1.582-7.793-4.395-10.605L301.001,250.753z"></path> </g>
</g>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.cc-selector input {
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.cc-selector input:active +.training {
}
.cc-selector input:checked +.training {
background-color: #000;
}
.cc-selector input:checked +.training svg{
fill: #fff;
}
.training {
cursor: pointer;
display: inline-block!important;
border-bottom: none !important;
-webkit-transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
transition: all 100ms ease-in;
background-color: #ebebeb;
padding: 20px 25px;
border-radius: 5px;
margin-left: 4px;
text-align: center!important;
}
.training svg{
width: 50px;
}
.training:hover{
background-color: #000;
color: #fff;
}
.training:hover svg{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: