inputs
inputs copied to clipboard
Add a list option to radio and checkbox
Long lists are hard to read for both radio and checkboxes:

Have a column: true option to display like this?

display: flex;
flex-direction: column;
maybe vertical: true
Or wrap: false?
layout: "flow", layout: "column"?
Could be confused with “nowrap” css behavior?
For long lists, you could switch to Select (with multiple: true for checkboxes).