Title: Radio Field
Published: February 20, 2025
Last modified: February 21, 2025

---

# Radio Field

## In this article

 * [Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/radio/?output_format=md#key-features)
 * [Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/radio/?output_format=md#settings)

[ Back to top](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/radio/?output_format=md#wp--skip-link--target)

The Radio field presents users with a list of options where they can select a single
choice. It provides a clear visual representation of available options.

## 󠀁[Key Features](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/radio/?output_format=md#key-features)󠁿

 * Single option selection
 * Custom choice labels
 * Vertical or horizontal layout
 * Other/custom value option
 * Clear visual feedback

## 󠀁[Settings](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/radio/?output_format=md#settings)󠁿

 * Choices – Define available options
 * Default Value – Pre-selected option
 * Layout – Vertical or horizontal display
 * Allow Other – Enable custom value input
 * Return Format – Value or label

First published

February 20, 2025

Last updated

February 21, 2025

Edit article

[ Improve it on GitHub: Radio Field ](https://github.com/wordpress/secure-custom-fields/edit/trunk/docs/features/field/radio/index.md)

Changelog

[ See list of changes: Radio Field ](https://github.com/wordpress/secure-custom-fields/commits/trunk/docs/features/field/radio/index.md)

[  Previous: Using the Post Object Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/post-object/post-object-tutorial/)

[  Next: Using the Radio Field](https://developer.wordpress.org/secure-custom-fields/code-reference/fields/radio/radio-tutorial/)