.slider.round:before {
    content: "£";
    font-size: 17px;
    z-index: 100;
}
input:checked + .slider:before {
    content: "£";
    font-size: 17px;
    z-index: 100;
}