FusionCMS is currently in an open beta state and under heavy active development.

Checkboxes

Everybody likes options -- so give your users what they want with some checkboxes! Checkboxes allow you to group multiple options together under one field.


Template Usage

Listing checkboxes out in a list (displaying only selected ones from example above):

<ul>
    @foreach($entry->checkboxes as $checkbox)
        <li>{{ $checkbox ]}</li>
    @endforeach
</ul>

Settings

This field provides the following settings:

Setting Description Format
Name User-friendly identifier. String
Handle Developer-friendly identifier. String
Help Instructions Additional instructions written in small print next to the field. Rich Text
Validation Rules Laravel-specific validation rules view docs ---
Display Column or Row formatting. String
Have questions?

We're always happy to help with code or other questions you might have. Contact support or chat live with us on Discord.

Last edited on Friday, January 10, 2020 (4 years ago)