WordPress admin display post type tags as checkbox
I used WordPress ACF plugin to created a post type called resource, also I created two tag categories named resource-type and resource-topic, I can added in those tags in the post by the enter certain key in input box, but if the input is mistype, a new tag will auto added in the list, this is not what I want and I think of make the tags as checkbox so that it would easily know what tags is available and reduce the mistype error, is it possible to change like this way?