Please tell me how to hide the check box inside the toggle button~~~

Asked 2 years ago, Updated 2 years ago, 68 views

checkbox toggle button

2022-09-22 19:46

1 Answers

input.switch-control[type=checkbox] {
    display: none;
}


2022-09-22 19:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.