Add migration notes

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-03-12 16:27:40 +00:00
parent 9d5f3baf1e
commit 27c2c24a1a
2 changed files with 4 additions and 1 deletions
@@ -46,7 +46,7 @@ export const Checkbox = forwardRef<HTMLLabelElement, CheckboxProps>(
<RiCheckLine size={12} />
)}
</div>
<span>{children}</span>
<div>{children}</div>
</>
)}
</RACheckbox>