PHPackages                             suleymanozev/filament-radio-button-field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. suleymanozev/filament-radio-button-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

suleymanozev/filament-radio-button-field
========================================

The radio button field for the Filament forms

v4.1.0(6mo ago)3638.6k9[4 PRs](https://github.com/suleymanozev/filament-radio-button-field/pulls)1MITBladePHP ^8.0CI passing

Since Jul 23Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/suleymanozev/filament-radio-button-field)[ Packagist](https://packagist.org/packages/suleymanozev/filament-radio-button-field)[ Docs](https://github.com/suleymanozev/filament-radio-button-field)[ RSS](/packages/suleymanozev-filament-radio-button-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (13)Versions (9)Used By (1)

The radio button field for the Filament forms
=============================================

[](#the-radio-button-field-for-the-filament-forms)

[![Latest Version on Packagist](https://camo.githubusercontent.com/45ad07e68b12f916689f829082142b44363088db315cb23e443e9c7ec694f879/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73756c65796d616e6f7a65762f66696c616d656e742d726164696f2d627574746f6e2d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/suleymanozev/filament-radio-button-field)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5d6eae9d089ea90457f95d54d665516524d6653ea2544f25728ae250bd9c96aa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73756c65796d616e6f7a65762f66696c616d656e742d726164696f2d627574746f6e2d6669656c642f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/suleymanozev/filament-radio-button-field/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4d28fe758f98242b7f1c348aacfef9c4e340c9ac14a695e84e01cc1d2bdea82a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73756c65796d616e6f7a65762f66696c616d656e742d726164696f2d627574746f6e2d6669656c642f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/suleymanozev/filament-radio-button-field/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/d7975e95e288e5311c517ff70c3b2c2d73dfb729f2d5b5498ef523c9060a4957/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73756c65796d616e6f7a65762f66696c616d656e742d726164696f2d627574746f6e2d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/suleymanozev/filament-radio-button-field)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require suleymanozev/filament-radio-button-field
```

Add the package blade files the content section of the ***tailwind.config.js*** file.

```
module.exports = {
    content: [
        "./resources/**/*.blade.php",
        "./vendor/suleymanozev/**/*.blade.php", // Add this line
    ],
    theme: {
        extend: {},
    },
    plugins: [],
}
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-radio-button-field-views"
```

Usage
-----

[](#usage)

```
RadioButton::make('amount')
    ->label('Example Label')
    ->options(['1' => 'Example Option Label', '2' => 'Example Option Label 2'])
    ->descriptions(['1' => 'Example Description', '2' => 'Example Description 2'])
    ->columns(3),
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/suleymanozev/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/suleymanozev/filament-radio-button-field/security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Süleyman ÖZEV](https://github.com/suleymanozev)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance68

Regular maintenance activity

Popularity38

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~240 days

Recently: every ~246 days

Total

6

Last Release

186d ago

Major Versions

v1.0.0 → v2.0.02023-02-28

v2.0.1 → v3.0.02025-11-04

v3.0.0 → v4.0.02025-11-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/46e3a500894af089bd0454a7091114e0959fb7f300353aa30e1e3a6548be9d6b?d=identicon)[suleymanozev](/maintainers/suleymanozev)

---

Top Contributors

[![suleymanozev](https://avatars.githubusercontent.com/u/20399264?v=4)](https://github.com/suleymanozev "suleymanozev (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![cobraprojects](https://avatars.githubusercontent.com/u/42706279?v=4)](https://github.com/cobraprojects "cobraprojects (1 commits)")[![moskoweb](https://avatars.githubusercontent.com/u/6052272?v=4)](https://github.com/moskoweb "moskoweb (1 commits)")[![saulens22](https://avatars.githubusercontent.com/u/9000854?v=4)](https://github.com/saulens22 "saulens22 (1 commits)")

---

Tags

laravelsuleymanozevfilament-radio-button-field

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/suleymanozev-filament-radio-button-field/health.svg)

```
[![Health](https://phpackages.com/badges/suleymanozev-filament-radio-button-field/health.svg)](https://phpackages.com/packages/suleymanozev-filament-radio-button-field)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
