{
 "compat_features": [
  "html.elements.input.switch"
 ],
 "description": "The switch attribute, when present on an <input type=\"checkbox\"> HTML element, renders a switch control with an on and off state instead of a checkbox control.",
 "description_html": "The <code>switch</code> attribute, when present on an <code>&#x3C;input type=\"checkbox\"></code> HTML element, renders a switch control with an on and off state instead of a checkbox control.",
 "group": [
  "forms",
  "html-elements"
 ],
 "kind": "feature",
 "name": "<input type=\"checkbox\" switch>",
 "spec": [
  "https://github.com/whatwg/html/pull/9546"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "html.elements.input.switch": {
    "baseline": false,
    "support": {
     "safari": "17.4",
     "safari_ios": "17.4"
    }
   }
  },
  "support": {
   "safari": "17.4",
   "safari_ios": "17.4"
  }
 },
 "id": "switch-control",
 "groups": [
  "forms",
  "html-elements"
 ],
 "specs": [
  {
   "url": "https://github.com/whatwg/html/pull/9546"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/HTML/Reference/Elements/input#switch",
   "title": "`<input>` HTML input element",
   "anchor": "switch",
   "url": "https://developer.mozilla.org/docs/Web/HTML/Reference/Elements/input#switch"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": null,
 "developerSignals": {
  "url": "https://github.com/web-platform-dx/developer-signals/issues/875",
  "votes": 6
 },
 "bugs": {
  "chrome": [
   "https://issues.chromium.org/issues/41484737"
  ]
 },
 "useCases": null,
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}