Props & events
Attributes & behavior classes
Intent color, style (filled default, .checkbox-outline/-text), and size are independent modifier classes.
| Attribute / class | Purpose |
|---|---|
checked | Native attribute — initial checked state |
aria-invalid="true" | Validation-error border |
aria-disabled="true" | Paired with native disabled for a disabled control |
Events
flickui.js listens for the native change event to keep the visual state in sync.
| Event | Description |
|---|---|
change (native) | Fired by the underlying input; flickui.js reacts by toggling .is-checked on the wrapper. |