RadioItem

uk.gov.hmrc.govukfrontend.views.viewmodels.radios.RadioItem
See theRadioItem companion object
final case class RadioItem(content: Content, id: Option[String], value: Option[String], label: Option[Label], hint: Option[Hint], divider: Option[String], checked: Boolean, conditionalHtml: Option[Html], disabled: Boolean, attributes: Map[String, 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