.switch-control{
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 2px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.switch-control .switch-control-point{
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 30px;
    background-color: #ccc;
}