diff --git a/projects/dxc-ngx-cdk-site/src/app/components/examples/radio-group/properties/radio-group-properties/radio-group-properties.component.html b/projects/dxc-ngx-cdk-site/src/app/components/examples/radio-group/properties/radio-group-properties/radio-group-properties.component.html index 422fac620..35cf69da5 100644 --- a/projects/dxc-ngx-cdk-site/src/app/components/examples/radio-group/properties/radio-group-properties/radio-group-properties.component.html +++ b/projects/dxc-ngx-cdk-site/src/app/components/examples/radio-group/properties/radio-group-properties/radio-group-properties.component.html @@ -40,11 +40,11 @@ - options: Option[] + options: RadioItem[] An array of objects representing the selectable options. Each object - Option has the following properties:
+ RadioItem has the following properties: