Checkbox

Basic

Check me! Disabled
{{task().name}}
@for (subtask of task().subtasks; track subtask; let i = $index) {
{{subtask.name}}
}
          
        
          
        

Configuration

After Before
Checked Indeterminate Disabled

Result

I'm a checkbox
          
        
          
        

Reactive Form

Select your toppings:

Pepperoni

Extra Cheese

Mushroom

You chose:

{{ toppings.value | json }}