Skip to content

Checkbox ​

Checkbox demo

A representation of Checkbox.

NikuCheckbox accepts all the props as same as Checkbox.

dart
// Using namespace
n.Checkbox(true);

// Using Niku Prefix
NikuCheckbox(true);

Example Usage ​

dart
Checkbox(true)
    ..checkColor = Colors.red;

Defination ​

View Defination on pub.dev