# Radio Button

Component: A locked height form component for the selection of one option from a grouping of like options. Inner element spacing is used for dynamic resizing along with a background surface.

[Styleguide Link](https://zpl.io/VY0AyZd)

* Parent: Form (Container)
* Child: [RadioButton - Ctrl](/core/overview/radiobutton.md), [Label](/core/overview/label.md)

## Properties

### Label

The component can be presented with a label to give context to the radio button control. This label can be positioned either left align or right.

<figure><img src="/files/zALCfvZZQPrDED0jXOep" alt=""><figcaption></figcaption></figure>

### Style

The styling of the radio button can be altered to present a different appearance. For example, a Service Plan where the user can choose the level they want and we'd want to present an appearance to the control that's a bit more fancy than a simple radio button, with the same underlying functionality of a mutually exclusive choice from a set of options.

<figure><img src="/files/ClO6X4e0yeai7rUBFHkv" alt=""><figcaption></figcaption></figure>

**Note:** Each of the nested elements and primitives of this form component have properties that can be adjusted to customize the component.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://able.bucca.com/core/components/form/radiobutton.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
