Standard checkbox umbraco

PHOTO EMBED

Wed Dec 08 2021 07:36:21 GMT+0000 (Coordinated Universal Time)

Saved by @distance

//tilføj en class
@{
    var backgroundLight = "";
    if (Model.GetPropertyValue<bool>
    ("backgroundLight"))
    {
        backgroundLight = "backgroundLight";
    }

}

// til en hel sektion
@if (Model.GetPropertyValue<bool>
       ("hoejreBaggrund"))
{
content_copyCOPY