Element Plus Checkbox Check Mark CSS Implementation
When using Element Plus checkboxes, you might initially thinnk the check mark (✓) for full selection and the short line (-) for partial selection are rendered via content: '✓'. However, inspection shows this is not the case. Partial Selecsion State The partial selection (short line) is typically imp...