Hello! Been trawling through forums for hours and can’t seem to crack this one.
Have got two individual checkboxes (can’t be multi-checkboxes as i need to link some of the text to pdf’s) that once both are checked, the two buttons below can then be selected. Code currently isnt working but feel like we’re close! Currently the checkboxes can be selected but buttons still remain disabled.
Currently using code:
$w.onReady(() => {
$w(‘#checkbox1’).checked=false
if ($w(‘#checkbox1’).checked==true)
$w(‘#checkbox2’).checked=false
if ($w(‘#checkbox2’).checked==true){