- <style type="text/css>
-
- label {
- width: 10%;
- display: flex;
- display: -webkit-flex;
- display: -moz-flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
-
- label input[type=checkbox] {
- width: 15px;
- height: 15px;
- overflow: hidden;
- background: #fff;
- appearance: none;
- -webkit-appearance: none;
- border: 1px solid #808080;
- outline: none;
- margin-right: 5px;
- margin-top: 0;
- }
-
- input[type=checkbox]:checked {
- appearance: none;
- -webkit-appearance: none;
- background-image: url(./Images/btn-blue_03.png);
- background-position: center;
- background-repeat: no-repeat;
- background-size: 100%;
- border-radius: 4px;
- border: 0;
- overflow: hidden;
- }
- </style>