This will initialize chicken, chips, fish as false. If you wanted, however, to initialize it otherwise:
Takeaway Customerone(true); // chicken would be true, chips and fish would be false
Takeaway Customerone(true,true); // chicken and chips would be true, fish would be false
Takeaway Customerone(true,true,true); // chicken, chips, and fish would be true