This function updates the names of checkboxes in the dataset and dictionary to reflect the names of their options.
checkbox_names(data, dic, labels, checkbox_labels = c("No", "Yes"))Dataset containing the REDCap data.
Dataset containing the REDCap dictionary.
Named character vector with the names of the variables in the data and their corresponding REDCap labels.
Character vector specifying the names for the two options of each checkbox variable. The default is c('No', 'Yes').