Skip to content
Snippets Groups Projects

fix: radio field

Merged Krzysztof Dyszczyk requested to merge feature/strong-typing-pp into feature/strong-typing
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -4,6 +4,10 @@ namespace WPDesk\Forms\Field;
class RadioField extends BasicField {
public function get_type(): string {
return 'radio';
}
public function get_template_name(): string {
return 'input-radio';
}
Loading