component Switch { props { class = "" id = "" name = "" label = "Switch" description = "" checked = false disabled = false } state on = checked view { } }