Title: Tickbox
Last modified: May 23, 2022

---

# Tickbox

 *  Resolved [civilvicky](https://wordpress.org/support/users/civilvicky/)
 * (@civilvicky)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/)
 * can we add a tickbox after each row, so that user can tickoff the box to mark
   as complete.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftickbox%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [civilvicky](https://wordpress.org/support/users/civilvicky/)
 * (@civilvicky)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15669434)
 * something like this [https://ibb.co/C1QDspL](https://ibb.co/C1QDspL)
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15669481)
 * Hello [@civilvicky](https://wordpress.org/support/users/civilvicky/)
 * Yes. You can insert a checkbox field as the last column, as you did with the 
   other fields, and use them in the equations.
 * For example, your first row includes the “Total” fieldname5, the second row the“
   Total” field fieldname10, and the third row the fieldname15. Furthermore, you
   have “Total Cost” field that sum them: `fieldname5+fieldname10+fieldname15`
 * Assuming you have a checkbox field per row, fieldname20, fieldname21, fieldname22,
   respectively. And you want to add the “Total” values in the “Total Costs” equation
   only if the corresponding checkbox is ticked.
 * In this hypothetical case the equation could be edited as follows:
 * `IF(fieldname20, fieldname5, 0)+IF(fieldname21, fieldname10, 0)+IF(fieldname22,
   fieldname15, 0)`
 * And that’s all.
    Best regards.
 *  Thread Starter [civilvicky](https://wordpress.org/support/users/civilvicky/)
 * (@civilvicky)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15669530)
 * I think I have messed up something, check it once [https://hindistatuslibrary.com/?cff-form=1](https://hindistatuslibrary.com/?cff-form=1)
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15669715)
 * Hello [@civilvicky](https://wordpress.org/support/users/civilvicky/)
 * You left empty the value of the checkbox fields. Please, enter number one as 
   the choices’ values. You can leave the choices’ texts empty but not their values.
 * Best regards.
 *  Thread Starter [civilvicky](https://wordpress.org/support/users/civilvicky/)
 * (@civilvicky)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15670149)
 * Yeah Got it. I was wondering if we can created the tables with calculation just
   like the same in excel sheet
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15670174)
 * Hello [@civilvicky](https://wordpress.org/support/users/civilvicky/)
 * I’m sorry. Excel manages concepts like columns (A, B, C, …), rows (A1, B3), and
   cells range (A1:D1), but our plugin is not an Excel interpreter or emulator. 
   You cannot apply the same concepts.
 * Best regards.
 *  Thread Starter [civilvicky](https://wordpress.org/support/users/civilvicky/)
 * (@civilvicky)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15670261)
 * Ok. Thank you for the help.
 * P.S : Can the number of checkbox be counted. For example if there are 10 check
   boxes and out of which 8 are selected, it should display the total selected check
   boxes number i.e 8
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15670363)
 * Hello [@civilvicky](https://wordpress.org/support/users/civilvicky/)
 * If you have entered number one as the choices’ values, you only need to sum the
   checkbox fields `fieldname17+fieldname18+fieldname19` and so on.
 * Best regards.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Tickbox’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/tickbox/#post-15670363)
 * Status: resolved