component TodoItem { props { text: String done: Bool = false } state { completed: Bool = false } template {