inputs icon indicating copy to clipboard operation
inputs copied to clipboard

Add a list option to radio and checkbox

Open shancarter opened this issue 4 years ago • 5 comments

Long lists are hard to read for both radio and checkboxes:

image

Have a column: true option to display like this?

image

display: flex;
flex-direction: column;

shancarter avatar Mar 11 '21 21:03 shancarter

maybe vertical: true

shancarter avatar Mar 11 '21 21:03 shancarter

Or wrap: false?

mbostock avatar Mar 13 '21 22:03 mbostock

layout: "flow", layout: "column"?

j-f1 avatar Mar 13 '21 23:03 j-f1

Could be confused with “nowrap” css behavior?

shancarter avatar Mar 13 '21 23:03 shancarter

For long lists, you could switch to Select (with multiple: true for checkboxes).

mbostock avatar Apr 07 '21 17:04 mbostock