uk.gov.hmrc.govukfrontend.views.viewmodels.radios.Radios
See theRadios companion object
Parameters to GovukRadios Twirl template
Value parameters
- attributes
-
optional additional HTML attributes to apply to the
govuk-radiosdiv - classes
-
optional additional CSS classes to apply to the
govuk-radiosdiv - errorMessage
-
optional
ErrorMessageto display - fieldset
-
optional
Fieldsetused to wrap the radio button control - formGroup
-
additional CSS classes/attributes/etc. to apply to the form group
- hint
-
optional
Hintfor the control - idPrefix
-
optional id prefix to use for hint & error elements (defaults to
name) - items
-
sequence of
RadioItems - name
-
the name of the
inputelement - value
-
optional value of the item that should be
checked
Attributes
- Note
-
valueoverrides anycheckedRadioItem - Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article