# Box The children of the Box layout will be stacked over each other. You can use the align modifier to specify where the composable should be drawn.

```kotlin --8<-- "layout/BoxExample.kt:func" ``` ## Content Alignment You can use the **align** modifier to set the position of a Composable inside the Box ## See also: * [Official Docs]({{ site.composedoc }}/foundation/layout/package-summary#Box) * [Full Example Code]({{ site.samplefolder }}/layout/BoxExample.kt)