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