import 'govukwc-webcomponents/components/govukwc-radios/govukwc-radios';
Property | Type | Default | Description |
---|---|---|---|
inline |
boolean |
false | Flag to display inline radios |
legend |
string |
"" | Fieldset legend |
hint |
string |
"" | Fieldset hint |
invalid |
boolean |
"" | Flag to determine if is invalid (in error state) |
error |
string |
"" | Error text |
pageHeadingLegend |
boolean |
false | Wheter to render the legend in an h1 |
Property | Type | Default | Description |
---|---|---|---|
id |
string |
"" | Radio id |
name |
string |
"" | Radio name |
label |
string |
"" | Radio label |
value |
string |
"" | Radio value |
hint |
string |
"" | Radio hint text |