fabio.carballo
11/05/2021, 3:18 PMRow {
Text()
Checkbox(selected)
}
How can I guarantee that the Row
gets the correct semantics
of selected
that inside the material.Checkbox
? Is there a way it can inherit that status from the "children" ?Albert Chang
11/05/2021, 3:36 PMZach Klippenstein (he/him) [MOD]
11/05/2021, 4:59 PMModifier.selectable
instead of clickable
to get the right semanticsfabio.carballo
11/06/2021, 11:30 AM