New source found from dndbeyond.com
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import type { ChangeEvent, FC, ReactNode } from "react";
|
||||
import styles from "./Checkbox.module.css";
|
||||
|
||||
export interface CheckboxProps {
|
||||
id?: string;
|
||||
id: string;
|
||||
label?: ReactNode;
|
||||
defaultChecked?: boolean;
|
||||
checked?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user