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:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user