Skip to content

Checkbox

Ivan Galkin edited this page Jan 1, 2024 · 1 revision

FPCCheckbox

Checkbox component, decomposed by platform.
Example of using a ready-made component:

FPCPrimaryCheckbox(
  value: value,
  onChanged: (bool value) {},
),
iOS (Cupertino) Android (Material)
Clone this wiki locally