diff --git a/core/src/components/checkbox/checkbox.tsx b/core/src/components/checkbox/checkbox.tsx index 68391778a5..0e7e3c3c6a 100644 --- a/core/src/components/checkbox/checkbox.tsx +++ b/core/src/components/checkbox/checkbox.tsx @@ -247,6 +247,21 @@ export class Checkbox implements ComponentInterface { })} > ); diff --git a/core/src/components/radio/radio.tsx b/core/src/components/radio/radio.tsx index ca553de434..a8c1878ee5 100644 --- a/core/src/components/radio/radio.tsx +++ b/core/src/components/radio/radio.tsx @@ -234,6 +234,18 @@ export class Radio implements ComponentInterface { })} > );