voyager-admin/voyager

View on GitHub
docs/formfields/checkboxes.md

Summary

Maintainability
Test Coverage
# Checkboxes

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

![Checkboxes](/formfields/checkboxes/checkboxes.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 checkboxes to be shown in one line.

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