import { $ html } from "sigpro"; $.component( "c-check", (props, host) => { return html` `; }, ["checked", "label", "class", "disabled", "toggle"], );