I want to check if:
Is it possible to check this with one if statement?
if
I think this should do the trick ...
if( !empty( $arr['field'] ) && $arr['field'] === true ){ do_something(); }