Sign in
apache
/
hamilton
/
refs/heads/fix/sdk-code-display
/
.
/
ui
/
frontend
/
src
/
components
/
common
/
Checkbox.tsx
blob: 66387588b04b5991591df3054d4fce4bf53c10b2 [
file
] [
log
] [
blame
]
export
const
CheckBox
=
()
=>
{
return
(
<
input
id
=
"comments"
aria
-
describedby
=
"comments-description"
name
=
"comments"
type
=
"checkbox"
className
=
"h-4 w-4 rounded border-gray-300 text-dwlightblue focus:ring-dwlightblue"
/>
);
};