A Multicheck field can be inserted in:
- an Admin Page, as an option or a user_meta
- a User Profile, as a user_meta
- a Metabox, as a post_meta

The code below is used to generate this section in an Admin Page, for an option:
Copy to Clipboard
A Multicheck inherit from a Field, and an Item, then all settings described in Field Settings and Item Settings are also used.
Specific settings for Multicheck:
| Multicheck Settings | Description | 
|---|---|
| options array / Default: array() | Associative array of value-label pairs containing option | 
| select_all boolean / Default: false | Display a select all checkbox if true, or a string which define the label | 
