Checkbox without label

Standalone checkbox

Yes, I agree to the terms and conditions
No, I do not agree to the terms and conditions
A partially done task

Nested checklist

@for (task of tasks; track task) {
{{task.name}}
@for (subtask of task.subtasks; track subtask) {
{{subtask.name}}
}
}

Colored checkboxes

Primary Accent Warn