• Resolved axelrousselot

    (@axelrousselot)


    Hi there !

    I’d like to adjust a text area with checkbox value.
    In the calculation field, how can I access the checkbox value ? Is it rnField1.isCheck() or something ?

    Thank you a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Do you want to access the ‘value’ (the amount configured) or the label?

    Regards!

    Thread Starter axelrousselot

    (@axelrousselot)

    I’d like to know wether the checkbox is checked, in order to do somthing like :
    if(checkbox1.isCheck && checkbox2.isChecked){
    return ‘yes’;
    }
    else{ return ‘no’;}

    Thanks a lot for your quick answer !

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Ah got it for that you could do something like

    {field}.Ischecked(‘label’)

    replace label for the label that you are using in the checkbox that you want to check. This function will return true if the given checkbox is selected.

    Regards!

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

The topic ‘Get checkbox value’ is closed to new replies.