lonnieezell / Bonfire2

CodeIgniter 4-based application skeleton
MIT License
130 stars 50 forks source link

Add support for checkbox type in metafields #415

Closed clsmedia closed 7 months ago

clsmedia commented 8 months ago

This pull request introduces support for the checkbox type in metafields. Now, when defining a metafield, the checkbox type can be selected.

lonnieezell commented 7 months ago

Thanks for the PR! Merged.

dgvirtual commented 7 months ago

Great feature, I would also love to see selects and radios supported.

BTW, could you @clsmedia also update the documentation accordingly?

There are at least two places:

https://github.com/lonnieezell/Bonfire2/blob/c1645adb312d1d35169264f30f621fac17c4a479/src/Users/Config/Users.php#L119

https://github.com/lonnieezell/Bonfire2/blob/c1645adb312d1d35169264f30f621fac17c4a479/docs/users_and_security/user_meta.md?plain=1#L31