Skip to content

possible to arrange checklist horizontally instead of its default vertical position? #922

Answered by mturoci
Alex-Wenner-FHR asked this question in Q&A
Discussion options

You must be logged in to vote

This can be achieved via ui.inline and individual checkboxes. However, the downsides would be:

  • No select / deselect all out of the box.
  • The output data wouldn't be an array of values like in checklist (q.args.checklist = [checkbox1, checkbox2], but rather individual q.args (q.args.checkbox1, q.args.checkbox2 ...).

If these limitations are not acceptable though, introducing inline flag to checklist is the only option I guess - cc @lo5

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Alex-Wenner-FHR
Comment options

@lo5
Comment options

lo5 Jul 29, 2021
Maintainer

@Alex-Wenner-FHR
Comment options

Answer selected by Alex-Wenner-FHR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants