A block container that indents it's children.
If true, all children in this block are rendered as disabled.
Note, that controls inside this block must still be disabled manually to prevent interaction.
<indent-block disabled.bind="disabled"> <text-box disabled.bind="disabled"></indent-block> Copy
<indent-block disabled.bind="disabled"> <text-box disabled.bind="disabled"></indent-block>
A block container that indents it's children.