__( 'None', 'ninja-forms' ), 'value' => 'none' ); $options[] = array( 'name' => __( 'Before Everything', 'ninja-forms' ), 'value' => 'before_everything' ); if ( '_submit' != $field_type ) { $options[] = array( 'name' => __( 'Before Label', 'ninja-forms' ), 'value' => 'before_label' ); $options[] = array( 'name' => __( 'After Label', 'ninja-forms' ), 'value' => 'after_label' ); } $options[] = array( 'name' => __( 'After Everything', 'ninja-forms' ), 'value' => 'after_everything' ); } else { $options = $desc_pos_options; } $desc_desc = sprintf( __( 'If "desc text" is enabled, there will be a question mark %s placed next to the input field. Hovering over this question mark will show the desc text.', 'ninja-forms' ), '' ); ninja_forms_edit_field_el_output( $field_id, 'checkbox', __( 'Add Description', 'ninja-forms' ), 'show_desc', $show_desc, 'wide', '', 'ninja-forms-show-desc' ); ?> >