Vyxal, 32 bytes
ʀ>ṅʀ>
Outputs as a list.
Explained
ʀ>ṅ
ʀ # 0..x
> # [x > n for n in ]
ṅ # join into a single string
💎
Created with the help of Luminespire.