Support

Account

Home Forums General Issues checkbox fields (probably stupid) question Reply To: checkbox fields (probably stupid) question

  • Hi @fabio

    Thanks mate,

    To achieve the images, just write some simple if statements like so:

    
    <?php if( in_array( 'red', get_field('field_name') ) ): ?>
    	<img src="red.png" />
    <?php endif; ?>