Design recipes
Design recipes to help you customize your status page easily.
Last updated
document.addEventListener("sp:subscribeModalOpened", function() {
document.querySelectorAll('[name="subscription[filter]"][value="services"]').forEach(checkbox => {
checkbox.checked = true;
});
});.filter-toggle label:first-child {
display: none;
}