With page heading and hint
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/radio", {
name: "radio-group-heading",
heading: "Is it snowing?",
heading_level: 1,
hint: "Sleet or hail doesn’t count.",
items: [
{
value: "yes",
text: "Yes"
},
{
value: "no",
text: "No"
}
]
} %>