import { CSSProperties } from "react"; export default (props:{on:(cheched:boolean)=>void, style?:CSSProperties, defaultChecked?:boolean, defaultValue?:boolean})=> { let uid = Math.floor(Math.random()*1000); return
{ props.on?.(e.target.checked) }} autoComplete="off"/>
}