CHANGED: Check boxes now is FONT, not SVG or anything

REMOVED: Labels for switch and radio (because it's useless and make code more difficult)
This commit is contained in:
2024-02-02 01:47:26 +04:00
parent 252f03af7a
commit bb7b511b76
10 changed files with 221 additions and 265 deletions

View File

@@ -28,13 +28,6 @@ export default function Radios() {
<Radio defaultChecked disabled />
</div>
</div>
<div>
<h2> With Label </h2>
<form style={{ display: 'flex', gap: '2em' }}>
<Radio> Label </Radio>
<Radio defaultChecked> Label </Radio>
</form>
</div>
</div>
</div>
);