component Switch { props { size = "default" color = "primary" label = "Switch" name = "" value = "on" checked = false disabled = false class = "" } view { } }