Skip to content

Helper functions for radio, checkbox and select boxes #16

@simonrjones

Description

@simonrjones

Helper functions for radio, checkbox and select boxes in the formbuilder class to simplify the creation of these field types without having to memorise the expanded and multiple options for each one.

Checkboxes

'expanded' => true, 'multiple' => true,

Radio

'expanded' => true, 'multiple' => false,

Select

'expanded' => false, 'multiple' => false,

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions