Skip to content

Commit 05f00e8

Browse files
fix checkbox name prop (#898)
1 parent 5b6976b commit 05f00e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/kit-styled/src/components/checkbox/checkbox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const Checkbox = component$<Partial<PropsOf<'input'> & { type?: 'checkbox
1717
props.class,
1818
)}
1919
id={inputId}
20+
name={name}
2021
/>
2122
);
2223
},

0 commit comments

Comments
 (0)