htmlintermediatemit
iOS Style Toggle
The pill-shaped iOS toggle with an inset shadow.
4.3k694364294
About this module
A recreation of the iOS switch: an inset shadow on the track and a pure white knob.
#toggle#ios#pill
Source code
Installation
- 1
Create the files
Create `index.html`, `style.css` and (if listed) `script.js` in the same folder.
- 2
Paste the code
Copy each file's source into its matching file.
- 3
Open in the browser
Open `index.html` in any modern browser. No dependencies required.
Usage
- 1
Copy the HTML
Paste the markup where you need it.
<link rel="stylesheet" href="style.css" /> <label class="mh-toggle"> <input type="checkbox" checked /> <span class="mh-track"><span class="mh-thumb"></span></span> <span>Dark mode</span> </label>