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
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product