Radio

{ label, help, choices*, name*, attributes*, setAttributes* }
/**
* @param {string} [label] - Component label.
* @param {string} [help] - Component description.
* @param {object} choices - Object containing key-value pairs options.
* @param {string} name - Attribute name.
* @param {object} attributes - Object containing block attributes.
* @param {function} setAttributes - Function to set new block attribute values.
*/Last updated