CheckboxItem

uk.gov.hmrc.govukfrontend.views.viewmodels.checkboxes.CheckboxItem
See theCheckboxItem companion object
final case class CheckboxItem(content: Content, id: Option[String], name: Option[String], value: String, label: Option[Label], hint: Option[Hint], checked: Boolean, conditionalHtml: Option[Html], disabled: Boolean, attributes: Map[String, String], behaviour: Option[CheckboxBehaviour], divider: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product