It looks like bricks is doing its own rendering of checkout fields, so I can’t influence them through the code. Specifically, I want to change the location of the fields, their order. To do this, I change the priority of the fields, but in the code I see data-priority, which does not change in any way
Ok, WooCommerce seems to have different rules for the “state” field
For some fields, the way described in the article works - for others, it won’t (which is also mentioned).
However, I think your code would not work in a standard theme either - you can test it when you can.