RadioButton properties
Summary
Props table
Parameter |
Type |
Default |
---|---|---|
boolean |
false |
|
boolean |
false |
|
(newValue: boolean) => void |
() => {} |
Props list
value
Type |
Default |
---|---|
boolean |
false |
actual radio button value (radio icon visiblity)
deselectable
Type |
Default |
---|---|
boolean |
false |
if false
, the button can be selected only once (the value can't change then)
onChange
Type |
Default |
---|---|
(newValue: boolean) => void |
() => {} |
Callback triggered when RadioButton component input value is changed by the user