component Checkbox { props { id = "" name = "" label = "Checkbox" description = "" checked = false disabled = false } view { } }