Skip to content

Commit 249c67b

Browse files
committed
fix(Checkbox): properly assigned name attribute to input
1 parent 3bfa73a commit 249c67b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/components/Checkbox.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export interface Props extends OUIAProps, /* @vue-ignore */ Omit<InputHTMLAttrib
7777
body?: string;
7878
/** Description text of the checkbox. */
7979
description?: string;
80-
name?: string;
8180
/** Flag to indicate whether the checkbox wrapper element is a <label> element for the checkbox input. Will not apply if a component prop (with a value other than a "label") is specified. */
8281
labelWrapped?: boolean;
8382
/** Flag to show if the checkbox label is shown before the checkbox input. */

0 commit comments

Comments
 (0)