PlexFormFieldCheckbox constructor
const
PlexFormFieldCheckbox({
- Key? key,
- PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
- bool? value = false,
- ValueChanged<
bool?> ? onChanged, - bool tristate = false,
Implementation
const PlexFormFieldCheckbox({
super.key,
this.properties = const PlexFormFieldGeneric.empty(),
this.value = false,
this.onChanged,
this.tristate = false,
});