New source found from dndbeyond.com

This commit is contained in:
2025-06-05 01:00:10 -07:00
parent 3954b12f5d
commit 451d940294
14 changed files with 88 additions and 35 deletions
+1 -1
View File
@@ -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;