alexhelder
12/20/2024, 10:31 PMColumn {
Text ("High Risk)
Radio Button
Radio Button
Text ("Medium Risk")
Radio Button
Radio Button
Text ("Low Risk")
...
... other things that just happen to be in a column but not radio button related ...
}
alexhelder
12/20/2024, 10:37 PMModifier.selectable
: Do i put it on the parent column (even though not all things are selectable) or so I need to put each pair of Radio Buttons in their own container like
Column{
Text
Column (selectable) {
Radio Button
Radio Button
}
}