Returns the available choices for a specific field.
Namespace: awsmug\Torro_Forms\DB_Objects\Elements\Element_Types
Choice_Element_Type_Trait::add_choices_settings_field()
Adds a settings field for specifying choices.
Choice_Element_Type_Interface
Interface for element type that support choices.
Choice_Element_Type_Interface::get_choices()
Returns the available choices.
Choice_Element_Type_Interface::get_choices_for_field()
Returns the available choices for a specific field.
Multiplechoice::bootstrap()
Bootstraps the element type by setting properties.
Choices_Field
Class for a choices field. Should only be used internally.
Choices_Field::render_single_input()
Renders a single input for the field.
Choices_Field::print_single_input_template()
Prints a single input template.
Choices_Field::single_to_json()
Transforms single field data into an array to be passed to JavaScript applications.