Describe the bug
LuiCheckbox component can be coden more logically than v-ifs for each size. It might be more understandable and readable.

What version of do you have in package.json?
0.69.2
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
None
Are you willing to participate in fixing this issue and create a pull request with the fix
None
Possible fix
Create an array that includes sizes,viewBox, names, and the other stuff. Then use v-for for that array,
Describe the bug
LuiCheckbox component can be coden more logically than v-ifs for each size. It might be more understandable and readable.

What version of do you have in package.json?
0.69.2
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
None
Are you willing to participate in fixing this issue and create a pull request with the fix
None
Possible fix
Create an array that includes sizes,viewBox, names, and the other stuff. Then use v-for for that array,