import{d as s,bm as a,bn as t,o as n,c as i}from"./C6MRUCyE.js";const c=["id","disabled","checked"],p=s({__name:"Toggle",props:a({id:{},disabled:{type:Boolean}},{modelValue:{type:Boolean},modelModifiers:{}}),emits:["update:modelValue"],setup(l){const e=t(l,"modelValue");return(o,d)=>(n(),i("input",{id:o.id,type:"checkbox",class:"switch stylized-toggle",disabled:o.disabled,checked:e.value,onChange:d[0]||(d[0]=m=>e.value=!e.value)},null,40,c))}});export{p as _};