//
// Copyright 2025 Sandlada & Kai Orion
// SPDX-License-Identifier: MIT
//

@use './checkbox';

@layer mdc-checkbox {
    .checkbox {
        @include checkbox.styles();
    }
}
