# Options

Collection of possible options for select fields, radio fields, etc.

****

- Full class name: `Kirby\Option\Options`
- Alias: `Kirby\form\options`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Option/Options.php#L21>

****

### Options

- [$options->__call()](https://getkirby.com/docs/reference/objects/option/options/__call.md)
- [new Options()](https://getkirby.com/docs/reference/objects/option/options/__construct.md)
- [$options->__debugInfo()](https://getkirby.com/docs/reference/objects/option/options/__debug-info.md)
- [$options->__get()](https://getkirby.com/docs/reference/objects/option/options/__get.md)
- [$options->__isset()](https://getkirby.com/docs/reference/objects/option/options/__isset.md)
- [$options->__set()](https://getkirby.com/docs/reference/objects/option/options/__set.md)
- [$options->__toString()](https://getkirby.com/docs/reference/objects/option/options/__to-string.md)
- [$options->__unset()](https://getkirby.com/docs/reference/objects/option/options/__unset.md)
- [$options->add()](https://getkirby.com/docs/reference/objects/option/options/add.md)
- [$options->append()](https://getkirby.com/docs/reference/objects/option/options/append.md)
- [$options->chunk()](https://getkirby.com/docs/reference/objects/option/options/chunk.md)
- [$options->clone()](https://getkirby.com/docs/reference/objects/option/options/clone.md)
- [$options->count()](https://getkirby.com/docs/reference/objects/option/options/count.md)
- [$options->current()](https://getkirby.com/docs/reference/objects/option/options/current.md)
- [$options->data()](https://getkirby.com/docs/reference/objects/option/options/data.md)
- [$options->empty()](https://getkirby.com/docs/reference/objects/option/options/empty.md)
- [$options->extend()](https://getkirby.com/docs/reference/objects/option/options/extend.md)
- [Options::factory()](https://getkirby.com/docs/reference/objects/option/options/factory.md)
- [$options->filter()](https://getkirby.com/docs/reference/objects/option/options/filter.md)
- [$options->filterBy()](https://getkirby.com/docs/reference/objects/option/options/filter-by.md)
- [$options->find()](https://getkirby.com/docs/reference/objects/option/options/find.md)
- [$options->findBy()](https://getkirby.com/docs/reference/objects/option/options/find-by.md)
- [$options->findByKey()](https://getkirby.com/docs/reference/objects/option/options/find-by-key.md)
- [$options->first()](https://getkirby.com/docs/reference/objects/option/options/first.md)
- [$options->flip()](https://getkirby.com/docs/reference/objects/option/options/flip.md)
- [$options->get()](https://getkirby.com/docs/reference/objects/option/options/get.md)
- [$options->getAttribute()](https://getkirby.com/docs/reference/objects/option/options/get-attribute.md)
- [$options->getIterator()](https://getkirby.com/docs/reference/objects/option/options/get-iterator.md)
- [$options->getMethod()](https://getkirby.com/docs/reference/objects/option/options/get-method.md)
- [$options->group()](https://getkirby.com/docs/reference/objects/option/options/group.md)
- [$options->groupBy()](https://getkirby.com/docs/reference/objects/option/options/group-by.md)
- [$options->has()](https://getkirby.com/docs/reference/objects/option/options/has.md)
- [$options->hasMethod()](https://getkirby.com/docs/reference/objects/option/options/has-method.md)
- [$options->indexOf()](https://getkirby.com/docs/reference/objects/option/options/index-of.md)
- [$options->intersection()](https://getkirby.com/docs/reference/objects/option/options/intersection.md)
- [$options->intersects()](https://getkirby.com/docs/reference/objects/option/options/intersects.md)
- [$options->isEmpty()](https://getkirby.com/docs/reference/objects/option/options/is-empty.md)
- [$options->isEven()](https://getkirby.com/docs/reference/objects/option/options/is-even.md)
- [$options->isNotEmpty()](https://getkirby.com/docs/reference/objects/option/options/is-not-empty.md)
- [$options->isOdd()](https://getkirby.com/docs/reference/objects/option/options/is-odd.md)
- [$options->join()](https://getkirby.com/docs/reference/objects/option/options/join.md)
- [$options->key()](https://getkirby.com/docs/reference/objects/option/options/key.md)
- [$options->keyOf()](https://getkirby.com/docs/reference/objects/option/options/key-of.md)
- [$options->keys()](https://getkirby.com/docs/reference/objects/option/options/keys.md)
- [$options->last()](https://getkirby.com/docs/reference/objects/option/options/last.md)
- [$options->limit()](https://getkirby.com/docs/reference/objects/option/options/limit.md)
- [$options->map()](https://getkirby.com/docs/reference/objects/option/options/map.md)
- [$options->next()](https://getkirby.com/docs/reference/objects/option/options/next.md)
- [$options->not()](https://getkirby.com/docs/reference/objects/option/options/not.md)
- [$options->nth()](https://getkirby.com/docs/reference/objects/option/options/nth.md)
- [$options->offset()](https://getkirby.com/docs/reference/objects/option/options/offset.md)
- [$options->paginate()](https://getkirby.com/docs/reference/objects/option/options/paginate.md)
- [$options->pagination()](https://getkirby.com/docs/reference/objects/option/options/pagination.md)
- [$options->parent()](https://getkirby.com/docs/reference/objects/option/options/parent.md)
- [$options->pluck()](https://getkirby.com/docs/reference/objects/option/options/pluck.md)
- [$options->prepend()](https://getkirby.com/docs/reference/objects/option/options/prepend.md)
- [$options->prev()](https://getkirby.com/docs/reference/objects/option/options/prev.md)
- [$options->query()](https://getkirby.com/docs/reference/objects/option/options/query.md)
- [$options->random()](https://getkirby.com/docs/reference/objects/option/options/random.md)
- [$options->remove()](https://getkirby.com/docs/reference/objects/option/options/remove.md)
- [$options->render()](https://getkirby.com/docs/reference/objects/option/options/render.md)
- [$options->rewind()](https://getkirby.com/docs/reference/objects/option/options/rewind.md)
- [$options->search()](https://getkirby.com/docs/reference/objects/option/options/search.md)
- [$options->set()](https://getkirby.com/docs/reference/objects/option/options/set.md)
- [$options->shuffle()](https://getkirby.com/docs/reference/objects/option/options/shuffle.md)
- [$options->slice()](https://getkirby.com/docs/reference/objects/option/options/slice.md)
- [$options->sort()](https://getkirby.com/docs/reference/objects/option/options/sort.md)
- [Options::sortArgs()](https://getkirby.com/docs/reference/objects/option/options/sort-args.md)
- [$options->sortBy()](https://getkirby.com/docs/reference/objects/option/options/sort-by.md)
- [$options->toArray()](https://getkirby.com/docs/reference/objects/option/options/to-array.md)
- [$options->toJson()](https://getkirby.com/docs/reference/objects/option/options/to-json.md)
- [$options->toString()](https://getkirby.com/docs/reference/objects/option/options/to-string.md)
- [$options->update()](https://getkirby.com/docs/reference/objects/option/options/update.md)
- [$options->valid()](https://getkirby.com/docs/reference/objects/option/options/valid.md)
- [$options->values()](https://getkirby.com/docs/reference/objects/option/options/values.md)
- [$options->when()](https://getkirby.com/docs/reference/objects/option/options/when.md)
- [$options->without()](https://getkirby.com/docs/reference/objects/option/options/without.md)