$opt ) {
$field_val = FrmFieldsHelper::get_value_from_array( $opt, $opt_key, $field );
$opt = FrmFieldsHelper::get_label_from_array( $opt, $opt_key, $field );
?>
$other_opt,
'read_only' => false,
'checked' => $checked,
'name' => $other_args['name'],
'value' => $other_args['value'],
'field' => $field,
'html_id' => $html_id,
'opt_key' => $opt_key,
'opt_label' => $opt,
)
);
unset( $other_opt, $other_args );
?>