voyager-admin/voyager

View on GitHub
docs/formfields/radios.md

Summary

Maintainability
Test Coverage
# Radios

Display one or many radios from a given set of options.

![Radios](/formfields/radios/radios.png) 

## Options

### Options

The options you want to display.  
Key will be stored in the database when checked, value will be displayed to the user.  
Value is translatable.

### Inline

Check this box if you want the radios to be shown in one line.

![Inline radios](/formfields/radios/inline.png)