With error and hint on form group
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/radio", {
heading: "How do you want to sign in?",
name: "radio-group-error",
id_prefix: "error",
error_message: "Please select one option",
hint: "Choose the option that suits",
items: [
{
value: "government-gateway",
text: "Use Government Gateway"
},
{
value: "govuk-verify",
text: "Use GOV.UK Verify"
}
]
} %>