Posts by Calebe Mathias • 7 points
1 post
-
-1
votes1
answer43
viewsQ: Javascript function to mark checkbox depending on condition
I need to do an if Else function in Javascript that if the column "value_set" is equal to '0,00', then the checkbox is checked, if not, the checkbox remains unchecked. This function needs to be…