selectManyField
see here. The value in the form then has to be Set[String]
, and it will be rendered as checkboxesString
(e.g. case class Item(name: String
), create a simple form for that, and use subformsvar
s. Using a Map
could be an interesting use case, however we would have to work out some syntax to provide the desired type information (as all fields are typed). Please open an issue, if possible with a description of where this would be needed