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:
@@ -43,6 +43,7 @@ export const Checkbox = forwardRef<HTMLInputElement, CheckboxProps>(
|
||||
ref={checkboxRef}
|
||||
type={'checkbox'}
|
||||
/>
|
||||
<span className={'m3 m3-checkbox-state'} />
|
||||
<span className={'m3 m3-checkbox-state-layer'} />
|
||||
<RippleArea
|
||||
callback={setIsActive}
|
||||
|
||||
Reference in New Issue
Block a user