WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
385 stars 600 forks source link

Refactored checkbox.jsx to functional component #5743

Closed omChauhanDev closed 3 months ago

omChauhanDev commented 3 months ago

What this PR does

This PR converted the checkbox.jsx from class to functional component.

Screenshots

Before:

Before

After:

After