How do I make phpmyadmin use a checkbox for boolean?

Viewed 9

For boolean columns, I would like to show a checkbox in the data display instead of 0 / 1.

I have changed the column type from TINYINT(1) to BOOLEAN, but no checkbox would appear.

How could I do this?

Thank you!

This is an image of what I would like to show:

enter image description here

0 Answers
Related