=== Change Category Checkbox to Radio Button ===
Contributors: hmbashar
Donate link: http://fb.linuxhostlab.com
Tags: Change WP Taxonomy Type, Change Category type, Category type change, Change checkbox to Radio Button
Requires at least: 5.0
Tested up to: 6.6.2
Requires PHP: 7.4
Stable tag: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

If you need to restrict your WordPress posts to select only one category.

== Description ==
If you need to restrict your WordPress posts to select only one category, this plugin automatically changes the category/taxonomy checkboxes to radio buttons in the post editor. This simplifies category selection for users who only want to assign one category to a post.

For full documentation, please visit [Documentation](http://www.codingbank.com/item/change-category-checkbox-to-radio-button-plugin/).

You can watch this video tutorial for a quick guide: [YouTube Video](https://www.youtube.com/watch?v=f_U58WtoT6c)

== Installation ==
This section describes how to install the plugin and get it working.

1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Once activated, the category checkboxes will automatically change to radio buttons in your post editor.

== Frequently Asked Questions ==

= How do I install this plugin? =

1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.

= How do I use this plugin? =

Simply install and activate the plugin. Once activated, go to your post editor and check the category/taxonomy section. The checkboxes will have changed to radio buttons, allowing you to select only one category at a time.

= Will this plugin work with Gutenberg? =

Yes, the plugin supports both the Classic Editor and Gutenberg block editor.

== Screenshots ==
1. Example of category radio buttons in the post editor.

== Changelog ==

= 2.0.1 =
* Added full Gutenberg editor support.
* Updated plugin compatibility to WordPress 6.6.
* Updated readme for better documentation.

= 1.1 =
* Added support for WordPress 4.3.

= 1.0 =
* Initial release.