Skip to content

Instantly share code, notes, and snippets.

@mgladdish
Created June 12, 2018 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgladdish/28fcc28c1e5209c376c16c7c6106eecf to your computer and use it in GitHub Desktop.
Save mgladdish/28fcc28c1e5209c376c16c7c6106eecf to your computer and use it in GitHub Desktop.
case class NestingCheckboxes[C <: Messages[C]](... nestedWidgets: Map[String, Widget]) extends NestingMultipleChoice[C] {
override val nestingMultipleChoiceWidget = new Checkbox(...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment