{ "switch": { "$description": "Switch component tokens — toggle control for enabling/disabling options. Used in arrangement forms for add-on services.", "track": { "$type": "dimension", "$description": "Switch track dimensions.", "width": { "$value": "44px", "$description": "Track width — slightly narrower than Figma 52px for better proportion with 44px touch target" }, "height": { "$value": "24px", "$description": "Track height" }, "borderRadius": { "$value": "{borderRadius.full}", "$description": "Pill shape" } }, "thumb": { "$type": "dimension", "$description": "Switch thumb (knob) dimensions.", "size": { "$value": "18px", "$description": "Thumb diameter — sits inside the track with 3px inset" } } } }