In TFHE.rs, all the ciphertexts of integers are composed of many boolean ciphertexts?

I read the answer of this question:

So, take the 8-bit integer as an example, is it implemented by using 8 boolean ciphertexts?

Hello! With the default TFHE-rs parameters, an 8-bit integer is represented using 4 LWE ciphertexts, each encrypting 2 bits of message and 2 bits of carry. There are parameters in TFHE-rs to represent an 8-bit integer with 8 boolean ciphertexts but it’s not as efficient.