Toggle buttons

Toggle buttons group

You need to pass `FormControl` object and options as a `fl-toggle-buttons-option` subcomponents. Then just listen to `.valueChanges` on that form control. Toggle buttons component is using `fl-button` bit to display options.

With Equal Option Width

Yes, please.

No.

Without Equal Option Width

Yes, please.

No.

With Equal Option Width and Full Width

Yes, please. This is a long option.

No.

Maybe.

Without Equal Option Width and Full Width

Yes, please. This is a long option.

No.

Maybe.

Inputs
control : FormControl<string>
color ?: ToggleButtonsColor = ToggleButtonsColor.LIGHT
equalOptionWidth ?: boolean = false
fullWidth ?: boolean = false
iconSize ?: any = IconSize.MID
label ?: string
options ?: readonly ToggleOption[] = []
textSize ?: any = TextSize.BODY_16