Support

Account

Home Forums Front-end Issues Checkbox value Reply To: Checkbox value

  • Something along these lines:

    <?php 
    $venue_active = the_field('display_wtr');
    if ($venue_active == "Yes") {
    ?>
    
    Output stuff here...
    
    <?php
    }
    ?>