Import

import Switch from '../../components/utility/Switch.astro';

Props

PropTypeRequiredDescription
id string No HTML id for the input element (default: "switch")
checked boolean No Initial checked state (default: false)
label string No Text label displayed next to the switch

Preview

Page tokens